An unexpected error occurred during this operation.

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.

FeesEstimateError

Detail: object[]

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

FeesEstimateError

Message: string

A message that describes the error condition.

FeesEstimateError

Type: string

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

FeesEstimateError