RxInfer Client - v1.3.0
    Preparing search index...

    Type Alias ErrorResponse

    type ErrorResponse = {
        error: string;
        message?: string;
    }
    Index

    Properties

    Properties

    error: string

    Error message explaining the failure

    message?: string

    Additional message providing details about the failure