Interface: FrappeRequestContext
Defined in: packages/client/src/core/errors.ts:34
Safe, non-secret context about the request that failed. Never headers or body.
Distinct from FrappeRequest (middleware) and FrappeRequestInfo (auth).
Properties
method
method:
string
Defined in: packages/client/src/core/errors.ts:35
requestId?
optionalrequestId?:string
Defined in: packages/client/src/core/errors.ts:37
url
url:
string
Defined in: packages/client/src/core/errors.ts:36