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

    The error response that is 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 details that can help the caller understand or fix the issue.

    message: string

    A message that describes the error condition.