Skip to content

ApiError

Defined in: errors/index.ts:6

Interface representing the generic shape of an API error.

code: string

Defined in: errors/index.ts:7


message: NullishType<string>

Defined in: errors/index.ts:8


details: NullishType<Map<string, string>>

Defined in: errors/index.ts:9