Interface AcceptPrimarySaleNotFoundBody

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

Hierarchy

  • AcceptPrimarySaleNotFoundBody
    • AcceptPrimarySaleNotFoundBody

Properties

link: string

Link to IMX documentation that can help resolve this error

AcceptPrimarySaleNotFoundBodyAllOf0

message: string

Error Message

AcceptPrimarySaleNotFoundBodyAllOf0

trace_id: string

Trace ID of the initial request

AcceptPrimarySaleNotFoundBodyAllOf0

code: "RESOURCE_NOT_FOUND"

Error Code

AcceptPrimarySaleNotFoundBodyAllOf1

details: null | object

Additional details to help resolve the error

AcceptPrimarySaleNotFoundBodyAllOf1