@musallam/storage-and-collaboration-client
    Preparing search index...

    Describes an error that occurred while processing a request.

    interface ErrorResponse {
        error_code: StorageAndCollaborationClient.ErrorCodeEnums;
        message: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    message: string

    A human-readable explanation specific to this occurrence of the problem.