# ExpectationFailed Class

Module
import { ExpectationFailed } from "@tsed/exceptions"
Source/packages/exceptions/src/clientErrors/ExpectationFailed.ts

# Overview

class ExpectationFailed extends Exception {
    static readonly STATUS = 417;
    name: string;
    constructor(message: string, origin?: Error | string | any);
}

# Members

static readonly STATUS = 417;

name: string;