httpd/lib
Api Code Documentation / Exports / httpd/lib
Table of contents
Interfaces
Type Aliases
Functions
Type Aliases
HttpResponse
Ƭ HttpResponse: [HttpStatusCode
, SuccessResponse
| ErrorResponse
]
Defined in
HttpStatusCode
Ƭ HttpStatusCode: number
Defined in
Functions
throwParseError
▸ throwParseError(badKeys
, message?
): TruBudgetError
Parameters
Name | Type |
---|---|
badKeys | any |
message? | any |
Returns
Defined in
throwParseErrorIfUndefined
▸ throwParseErrorIfUndefined(obj
, path
): void
Parameters
Name | Type |
---|---|
obj | any |
path | any |
Returns
void