ExceptionCode.d.ts 92 Bytes
Newer Older
Hanadi's avatar
Hanadi committed
1
2
3
export declare enum ExceptionCode {
    MISSING_REQUIRED_FIELD = "MISSING_REQUIRED_FIELD"
}