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

    Type Alias UnauthorizedResponse

    type UnauthorizedResponse = {
        error: "Unauthorized";
        message: string;
    }
    Index

    Properties

    Properties

    error: "Unauthorized"

    Error type, always "Unauthorized" for this error

    message: string

    Detailed message explaining why authentication failed