Interface RejectPrimarySaleNotFoundBody

interface RejectPrimarySaleNotFoundBody {
    link: string;
    message: string;
    trace_id: string;
    code: "RESOURCE_NOT_FOUND";
    details: null | object;
}

Hierarchy

  • RejectPrimarySaleNotFoundBody
    • RejectPrimarySaleNotFoundBody

Properties

link: string

Link to IMX documentation that can help resolve this error

RejectPrimarySaleNotFoundBodyAllOf0

message: string

Error Message

RejectPrimarySaleNotFoundBodyAllOf0

trace_id: string

Trace ID of the initial request

RejectPrimarySaleNotFoundBodyAllOf0

code: "RESOURCE_NOT_FOUND"

Error Code

RejectPrimarySaleNotFoundBodyAllOf1

details: null | object

Additional details to help resolve the error

RejectPrimarySaleNotFoundBodyAllOf1