SdkError interface

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

@microsoft/teams-js.@microsoft.teams-js.ErrorCode

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