Interface CreatePrimarySaleForbiddenBody

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

Hierarchy

  • CreatePrimarySaleForbiddenBody
    • CreatePrimarySaleForbiddenBody

Properties

link: string

Link to IMX documentation that can help resolve this error

CreatePrimarySaleForbiddenBodyAllOf0

message: string

Error Message

CreatePrimarySaleForbiddenBodyAllOf0

trace_id: string

Trace ID of the initial request

CreatePrimarySaleForbiddenBodyAllOf0

code: "AUTHENTICATION_ERROR"

Error Code

CreatePrimarySaleForbiddenBodyAllOf1

details: null | object

Additional details to help resolve the error

CreatePrimarySaleForbiddenBodyAllOf1