PlatformError
@forge/monorepo / backend/src / PlatformError
Type Alias: PlatformError
PlatformError =
object
Defined in: backend/src/core/errors.ts:59
Properties
code
readonlycode:ErrorCode
Defined in: backend/src/core/errors.ts:60
details?
readonlyoptionaldetails?:Readonly<Record<string,unknown>>
Defined in: backend/src/core/errors.ts:64
Redacted, model- and user-safe context.
message
readonlymessage:string
Defined in: backend/src/core/errors.ts:61
retryable
readonlyretryable:boolean
Defined in: backend/src/core/errors.ts:62
retryAfterMs?
readonlyoptionalretryAfterMs?:number
Defined in: backend/src/core/errors.ts:65