OperationStatusError interface

Error information associated with operation status call.

Properties

code

Error code of the operation failure.

message

Error message displayed if the operation failure.

Property Details

code

Error code of the operation failure.

code?: string

Property Value

string

message

Error message displayed if the operation failure.

message?: string

Property Value

string