Interface AcceptPrimarySaleForbiddenBody

interface AcceptPrimarySaleForbiddenBody {
    link: string;
    message: string;
    trace_id: string;
    code: "AUTHENTICATION_ERROR";
    details: null | object;
}

Hierarchy

  • AcceptPrimarySaleForbiddenBody
    • AcceptPrimarySaleForbiddenBody

Properties

link: string

Link to IMX documentation that can help resolve this error

AcceptPrimarySaleForbiddenBodyAllOf0

message: string

Error Message

AcceptPrimarySaleForbiddenBodyAllOf0

trace_id: string

Trace ID of the initial request

AcceptPrimarySaleForbiddenBodyAllOf0

code: "AUTHENTICATION_ERROR"

Error Code

AcceptPrimarySaleForbiddenBodyAllOf1

details: null | object

Additional details to help resolve the error

AcceptPrimarySaleForbiddenBodyAllOf1