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"