OperationResultErrorProperties interface

Operation result error properties

Properties

code

The code of the error.

message

The error message.

Property Details

code

The code of the error.

code?: string

Property Value

string

message

The error message.

message?: string

Property Value

string