openfrontio-api-client
    Preparing search index...

    Type Alias ApiError

    type ApiError = {
        body: string;
        message?: string;
        statusCode: number;
    }
    Index

    Properties

    body: string
    message?: string
    statusCode: number