ErrorCode type

Defines values for ErrorCode. Possible values include: 'BadRequest', 'ResourceNotFound', 'InternalServerError'

type ErrorCode = "BadRequest" | "ResourceNotFound" | "InternalServerError"