Perimeter XError Code
SDK's error codes. This will be included in errors objects that generated by the SDK.
Entries
`PerimeterX/start(application:appId:delegate:policy:)`
or `PerimeterX/start(application:appIds:delegate:policy:)`
functions were called without any AppID.
`PerimeterX/start(application:appId:delegate:policy:)`
or `PerimeterX/start(application:appIds:delegate:policy:)`
functions were called with invalid AppID.
`PerimeterX/start(application:appId:delegate:policy:)`
or `PerimeterX/start(application:appIds:delegate:policy:)`
functions were called not on the main thread.
`PerimeterX/start(application:appId:delegate:policy:)`
or `PerimeterX/start(application:appIds:delegate:policy:)`
functions were called more than once.
The SDK failed to generate token. Make sure the AppID is set correctly.
The SDK failed to perform the operation. Make sure to call the `PerimeterX/start(application:appId:delegate:policy:)`
function.
Internal error in the SDK.