Skip to main content

PlatformError

@forge/monorepo


@forge/monorepo / backend/src / PlatformError

Type Alias: PlatformError

PlatformError = object

Defined in: backend/src/core/errors.ts:59

Properties

code

readonly code: ErrorCode

Defined in: backend/src/core/errors.ts:60


details?

readonly optional details?: Readonly<Record<string, unknown>>

Defined in: backend/src/core/errors.ts:64

Redacted, model- and user-safe context.


message

readonly message: string

Defined in: backend/src/core/errors.ts:61


retryable

readonly retryable: boolean

Defined in: backend/src/core/errors.ts:62


retryAfterMs?

readonly optional retryAfterMs?: number

Defined in: backend/src/core/errors.ts:65