SdkError interface

Represents an error that occurs during the execution of an app or integration.

Properties

errorCode

error code

message

Optional description for the error. This may contain useful information for web-app developers. This string will not be localized and is not for end-user consumption. App should not depend on the string content. The exact value may change. This is only for debugging purposes.

Property Details

errorCode

error code

errorCode: ErrorCode

Property Value

message

Optional description for the error. This may contain useful information for web-app developers. This string will not be localized and is not for end-user consumption. App should not depend on the string content. The exact value may change. This is only for debugging purposes.

message?: string

Property Value

string