Interface DirectItemAckResponseErrorPayload

interface DirectItemAckResponseErrorPayload {
    client_facing_error_message?: string;
    is_epd_error?: boolean;
    message: string;
    status: "fail";
}

Properties

client_facing_error_message?: string
is_epd_error?: boolean
message: string
status: "fail"