Share via


OperationResult interface

Operation status for the operation

Properties

code

Error code.

details

Array with additional error details.

message

Error message.

status

Operation status NOTE: This property will not be serialized. It can only be populated by the server.

target

Property name/path in request associated with error.

Property Details

code

Error code.

code?: string

Property Value

string

details

Array with additional error details.

details?: CloudError[]

Property Value

message

Error message.

message?: string

Property Value

string

status

Operation status NOTE: This property will not be serialized. It can only be populated by the server.

status?: string

Property Value

string

target

Property name/path in request associated with error.

target?: string

Property Value

string