cityworks
    Preparing search index...

    Interface CWErrorInt

    CWErrorInt interface definition for implementation by CWError

    {name: string, code: number, message: string, info?: string}

    interface CWErrorInt {
        code: number;
        error_messages?: CWErrorMsgs[];
        info?: string;
        message: string;
        name: string;
    }

    Implemented by

    Index

    Properties

    code: number
    error_messages?: CWErrorMsgs[]
    info?: string
    message: string
    name: string