Files
bifrost/docs/openapi/schemas/integrations/cohere/common.yaml
Beyhan Oğur 880f412e2c first commit
2026-04-26 21:52:23 +03:00

15 lines
269 B
YAML

# Cohere Integration Common Types
CohereError:
type: object
properties:
type:
type: string
description: Error type
message:
type: string
description: Error message
code:
type: string
description: Optional error code