Selling Partner API SDK for JavaScript
    Preparing search index...

    An unexpected error occurred during this operation.

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

    Properties

    Properties

    Code: string

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

    Detail: object[]

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

    Message: string

    A message that describes the error condition.

    Type: string

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