Interface RejectPrimarySaleForbiddenBody

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

Hierarchy

  • RejectPrimarySaleForbiddenBody
    • RejectPrimarySaleForbiddenBody

Properties

link: string

Link to IMX documentation that can help resolve this error

RejectPrimarySaleForbiddenBodyAllOf0

message: string

Error Message

RejectPrimarySaleForbiddenBodyAllOf0

trace_id: string

Trace ID of the initial request

RejectPrimarySaleForbiddenBodyAllOf0

code: "AUTHENTICATION_ERROR"

Error Code

RejectPrimarySaleForbiddenBodyAllOf1

details: null | object

Additional details to help resolve the error

RejectPrimarySaleForbiddenBodyAllOf1