SAP AI SDK for JavaScript - v2.8.0
    Preparing search index...

    Type Alias MetaApiError

    MetaApiError: {
        code: string;
        details?: Record<string, any>;
        message: string;
        requestId?: string;
        target?: string;
    } & Record<string, any>

    Representation of the 'MetaApiError' schema.

    Type Declaration

    • code: string

      Descriptive error code (not http status code)

    • Optionaldetails?: Record<string, any>

      Optional details of the error message

    • message: string

      Plaintext error description

    • OptionalrequestId?: string

      ID of the individual request

    • Optionaltarget?: string

      Invoked URL

      Copyright Ⓒ 2026 SAP SE or an SAP affiliate company. All rights reserved.