Type Alias: HttpError
Technical Preview
The Functional Programming API is a technical preview. Its surface may change in future releases without following semver.
type HttpError = object & Record<string, any>;
Type Declaration
body?
optional body?: any;
message?
optional message?: string;
name?
optional name?: string;
status?
optional status?: number;