Warning

sealed class Warning

Represents a warning produced by the 3DS SDK, either due to potential security issues found, or to communicate a rejected configuration request.

Parameters

id

An identifier of the warning type.

message

A description of the warning. Warnings are provided either to report potential security issues or to communicate a rejected configuration request.

severity

The severity of the warning. Either LOW, MEDIUM, or HIGH.

Properties

id
Link copied to clipboard
val id: String
An identifier of the warning type.
message
Link copied to clipboard
val message: String
A description of the warning.
severity
Link copied to clipboard
val severity: Severity
The severity of the warning.