Documentation
    Preparing search index...

    Interface RESTPostApiUploadErrorResult

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

    Hierarchy (View Summary)

    Index

    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