An unexpected error occurred during this operation.

Export

FeesEstimateError

interface FeesEstimateError {
    Code: string;
    Detail: object[];
    Message: string;
    Type: string;
}

Properties

Properties

Code: string

An error code that identifies the type of error that occurred.

Memberof

FeesEstimateError

Detail: object[]

Additional information that can help the caller understand or fix the issue.

Memberof

FeesEstimateError

Message: string

A message that describes the error condition.

Memberof

FeesEstimateError

Type: string

An error type, identifying either the receiver or the sender as the originator of the error.

Memberof

FeesEstimateError