Interface StatusFailResponse

interface StatusFailResponse {
    error_type: string;
    message: string;
    status: "fail";
}

Properties

error_type: string
message: string
status: "fail"