ErrorCategory class
Coarse routing bucket. Per-modality errors (STT, TTS, LLM, VAD, VLM) fold into COMPONENT; use SDKError.component to tell them apart.
The rac_wire_string values are the one form every SDK prints, so a crash report written by Swift and one written by Web say the same word.
- Available extensions
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
This enum's name, as specified in the .proto file.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → int
-
This enum's integer value, as specified in the .proto file.
finalinherited
- wireString → String
-
Available on ErrorCategory, provided by the ErrorCategoryWireString extension
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Returns this enum's
nameor thevalueif names are not represented.inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
valueOf(
int value) → ErrorCategory?
Constants
- ERROR_CATEGORY_AUTH → const ErrorCategory
- ERROR_CATEGORY_COMPONENT → const ErrorCategory
- ERROR_CATEGORY_CONFIGURATION → const ErrorCategory
- ERROR_CATEGORY_INTERNAL → const ErrorCategory
- ERROR_CATEGORY_IO → const ErrorCategory
- ERROR_CATEGORY_MODEL → const ErrorCategory
- ERROR_CATEGORY_NETWORK → const ErrorCategory
- ERROR_CATEGORY_UNSPECIFIED → const ErrorCategory
- ERROR_CATEGORY_VALIDATION → const ErrorCategory
-
values
→ const List<
ErrorCategory>