interface RESTPostApiUploadErrorResult {
    logs?: string;
    message: string;
    status: "error";
    statusCode: number;
}

Hierarchy (view full)

Properties

logs?: string

API logs in case your app fails on launch

message: string

Message of the API

  • It is useful to use as logs
status: "error"

The status of API response

statusCode: number

Status code from API