Function user_error

  • Parameters

    • message: any
    • cause: any

    Returns {
        cause: any;
        error_message: any;
        error_type: string;
        http_status_code: number;
        short_code: string;
        status: string;
    }

    • cause: any
    • error_message: any
    • error_type: string
    • http_status_code: number
    • short_code: string
    • status: string

    Stability

    2 - provisional

Generated using TypeDoc