Documentation / @ember-data/request / index / StructuredErrorDocument
Defined in: warp-drive-packages/core/declarations/types/request.d.ts:157
Extends
Error
Type Parameters
T
T
= unknown
Properties
___(unique) Symbol(DOC)?
optional ___(unique) Symbol(DOC): true;
Defined in: warp-drive-packages/core/declarations/types/request.d.ts:158
cause?
optional cause: unknown;
Defined in: node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2022.error.d.ts:26
Inherited from
Error.cause
content?
optional content: T;
Defined in: warp-drive-packages/core/declarations/types/request.d.ts:162
error
error: string | object;
Defined in: warp-drive-packages/core/declarations/types/request.d.ts:161
message
message: string;
Defined in: node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es5.d.ts:1077
Inherited from
Error.message
name
name: string;
Defined in: node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es5.d.ts:1076
Inherited from
Error.name
request
request: ImmutableRequestInfo;
Defined in: warp-drive-packages/core/declarations/types/request.d.ts:159
response
response: null | Response | ResponseInfo;
Defined in: warp-drive-packages/core/declarations/types/request.d.ts:160
stack?
optional stack: string;
Defined in: node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es5.d.ts:1078
Inherited from
Error.stack