coldbydefault-portfolio
    Preparing search index...

    Interface AdminError

    interface AdminError {
        details?: string;
        message: string;
        type: "AUTH_ERROR" | "NETWORK_ERROR" | "VALIDATION_ERROR" | "UNKNOWN_ERROR";
    }
    Index

    Properties

    Properties

    details?: string
    message: string
    type: "AUTH_ERROR" | "NETWORK_ERROR" | "VALIDATION_ERROR" | "UNKNOWN_ERROR"