外观
@freenotes/web-runtime / HttpErrorOptions
Interface: HttpErrorOptions
Defined in: src/http/errors.ts:12
Properties
businessCode?
optionalbusinessCode?:string|number
Defined in: src/http/errors.ts:14
cause?
optionalcause?:unknown
Defined in: src/http/errors.ts:16
code?
optionalcode?:string
Defined in: src/http/errors.ts:17
issues?
optionalissues?: readonlyStandardSchemaIssue[]
Defined in: src/http/errors.ts:20
kind?
optionalkind?:HttpErrorKind
Defined in: src/http/errors.ts:13
request?
optionalrequest?:HttpRequest
Defined in: src/http/errors.ts:18
response?
optionalresponse?:HttpResponse<unknown>
Defined in: src/http/errors.ts:19
status?
optionalstatus?:number
Defined in: src/http/errors.ts:21
transportCode?
optionaltransportCode?:string
Defined in: src/http/errors.ts:15