Websites v4 docs v5.2.5
    Preparing search index...

    Interface ModelError

    interface ModelError {
        message: string;
        status?: number;
        type?: string;
    }
    Index

    Properties

    Properties

    message: string
    status?: number
    type?: string