PerimeterXErrorCode

enum PerimeterXErrorCode : Enum<PerimeterXErrorCode>

SDK's error codes. This will be included in errors objects that generated by the SDK.

Entries

Link copied to clipboard

`PerimeterX/start(application:appId:delegate:policy:)` or `PerimeterX/start(application:appIds:delegate:policy:)` functions were called without any AppID.

Link copied to clipboard

`PerimeterX/start(application:appId:delegate:policy:)` or `PerimeterX/start(application:appIds:delegate:policy:)` functions were called with invalid AppID.

Link copied to clipboard

`PerimeterX/start(application:appId:delegate:policy:)` or `PerimeterX/start(application:appIds:delegate:policy:)` functions were called not on the main thread.

Link copied to clipboard

`PerimeterX/start(application:appId:delegate:policy:)` or `PerimeterX/start(application:appIds:delegate:policy:)` functions were called more than once.

Link copied to clipboard

The SDK failed to generate token. Make sure the AppID is set correctly.

Link copied to clipboard

The SDK failed to perform the operation. Make sure to call the `PerimeterX/start(application:appId:delegate:policy:)` function.

Link copied to clipboard

Internal error in the SDK.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int