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

    Type Alias NotFoundResponse

    type NotFoundResponse = {
        error: "Not Found";
        message: string;
    }
    Index

    Properties

    Properties

    error: "Not Found"

    Error type, always "Not Found" for this error

    message: string

    Detailed message explaining why the resource was not found