Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 324 Bytes

File metadata and controls

19 lines (12 loc) · 324 Bytes

GetSpanStatusCode

Example Usage

from mistralai.client.models import GetSpanStatusCode

# Open enum: unrecognized values are captured as UnrecognizedStr
value: GetSpanStatusCode = "Error"

Values

This is an open enum. Unrecognized values will not fail type checks.

  • "Error"
  • "Ok"
  • "Unset"