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

Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard