@fathom-rules/sdk / ValidationError
Class: ValidationError¶
Defined in: errors.ts:59
HTTP 400 or 422 — the request body failed validation. The caller should inspect FathomError.body for details.
Extends¶
Constructors¶
Constructor¶
new ValidationError(
status,body):ValidationError
Defined in: errors.ts:60
Parameters¶
status¶
number
body¶
string
Returns¶
ValidationError
Overrides¶
Properties¶
body¶
readonlybody:string
Defined in: errors.ts:33
Inherited from¶
status¶
readonlystatus:number
Defined in: errors.ts:32