Interface: ErrorMessage
Error message that is thrown by the SDK. Some messages are re-thrown from platform SDKs. Error codes:
-
INVALID_PARAMS
- Invalid parameters were passed into the function. Check error.message for more details. -
NOT_SUPPORTED
- Function or feature is not currently supported on the platform currently being played on. -
RETHROWN_FROM_PLATFORM
- Not an actual code. An error that is rethrown from a 3rd party SDK. Code is passed from the platform, if available.
Table of contents
Properties
Properties
code
• code: string
Code for the error.
context
• context: string
Context details about the error.
message
• message: string
Message details about the error.