Interface AcceptPrimarySaleBadRequestBody

interface AcceptPrimarySaleBadRequestBody {
    link: string;
    message: string;
    trace_id: string;
    code: "VALIDATION_ERROR";
    details: null | object;
}

Hierarchy

  • AcceptPrimarySaleBadRequestBody
    • AcceptPrimarySaleBadRequestBody

Properties

link: string

Link to IMX documentation that can help resolve this error

AcceptPrimarySaleBadRequestBodyAllOf0

message: string

Error Message

AcceptPrimarySaleBadRequestBodyAllOf0

trace_id: string

Trace ID of the initial request

AcceptPrimarySaleBadRequestBodyAllOf0

code: "VALIDATION_ERROR"

Error Code

AcceptPrimarySaleBadRequestBodyAllOf1

details: null | object

Additional details to help resolve the error

AcceptPrimarySaleBadRequestBodyAllOf1