masto
    Preparing search index...

    Interface MastoHttpErrorDetail

    interface MastoHttpErrorDetail {
        description: string;
        error: MastoErrorType;
    }
    Index

    Properties

    Properties

    description: string