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

    Error response returned when the request is unsuccessful.

    interface ModelError {
        code: string;
        details?: string;
        message: string;
    }
    Index

    Properties

    Properties

    code: string

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

    details?: string

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

    message: string

    A message that describes the error condition in a human-readable form.