@musallam/firefly-client
    Preparing search index...

    Interface ErrorResponse

    interface ErrorResponse {
        message?: string;
        reason?: string;
    }
    Index

    Properties

    Properties

    message?: string

    A message describing the error.

    reason?: string

    The type of error that occurred.