@uploadcare/rest-client
    Preparing search index...

    Type Alias ServerErrorResponse

    How most endpoints report a failure: one human-readable sentence.

    type ServerErrorResponse = {
        detail: string;
    }
    Index

    Properties

    Properties

    detail: string