Interface RejectPrimarySaleBadRequestBody

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

Hierarchy

  • RejectPrimarySaleBadRequestBody
    • RejectPrimarySaleBadRequestBody

Properties

link: string

Link to IMX documentation that can help resolve this error

RejectPrimarySaleBadRequestBodyAllOf0

message: string

Error Message

RejectPrimarySaleBadRequestBodyAllOf0

trace_id: string

Trace ID of the initial request

RejectPrimarySaleBadRequestBodyAllOf0

code: "VALIDATION_ERROR"

Error Code

RejectPrimarySaleBadRequestBodyAllOf1

details: null | object

Additional details to help resolve the error

RejectPrimarySaleBadRequestBodyAllOf1