Class: LMUnexpectedError
Unexpected / unclassified LM error.
classDiagram
class LMUnexpectedError
click LMUnexpectedError href "../LMUnexpectedError/"
LMError <|-- LMUnexpectedError
click LMError href "../LMError/"
LMUnexpectedError : code_value
LMUnexpectedError : description
LMUnexpectedError : id
LMUnexpectedError : message
LMUnexpectedError : name
LMUnexpectedError : retryable
Inheritance
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| message | 1 String |
Human-readable error message | DSPyError |
| code_value | 0..1 String |
Provider error code | DSPyError |
| retryable | 0..1 Boolean |
DSPyError | |
| id | 1 Identifier |
Stable opaque identifier for an instance | NamedThing |
| name | 0..1 String |
Short human-readable name | NamedThing |
| description | 0..1 String |
Free-form description | NamedThing |
In Subsets
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/dspy
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | dspy:LMUnexpectedError |
| native | dspy:LMUnexpectedError |
| close | mcp:InternalError |
LinkML Source
Direct
name: LMUnexpectedError
description: Unexpected / unclassified LM error.
in_subset:
- errors
from_schema: https://w3id.org/lmodel/dspy
close_mappings:
- mcp:InternalError
is_a: LMError
Induced
name: LMUnexpectedError
description: Unexpected / unclassified LM error.
in_subset:
- errors
from_schema: https://w3id.org/lmodel/dspy
close_mappings:
- mcp:InternalError
is_a: LMError
attributes:
message:
name: message
description: Human-readable error message.
from_schema: https://w3id.org/lmodel/dspy
rank: 1000
owner: LMUnexpectedError
domain_of:
- DSPyError
range: string
required: true
code_value:
name: code_value
description: Provider error code.
from_schema: https://w3id.org/lmodel/dspy
rank: 1000
owner: LMUnexpectedError
domain_of:
- DSPyError
range: string
retryable:
name: retryable
from_schema: https://w3id.org/lmodel/dspy
rank: 1000
ifabsent: boolean(False)
owner: LMUnexpectedError
domain_of:
- DSPyError
range: boolean
id:
name: id
description: Stable opaque identifier for an instance.
from_schema: https://w3id.org/lmodel/dspy
rank: 1000
slot_uri: schema:identifier
identifier: true
owner: LMUnexpectedError
domain_of:
- NamedThing
range: Identifier
required: true
name:
name: name
description: Short human-readable name.
from_schema: https://w3id.org/lmodel/dspy
rank: 1000
slot_uri: rdfs:label
owner: LMUnexpectedError
domain_of:
- NamedThing
- LMToolCallPart
- LMMessage
- LMToolSpec
range: string
description:
name: description
description: Free-form description.
from_schema: https://w3id.org/lmodel/dspy
rank: 1000
slot_uri: dct:description
owner: LMUnexpectedError
domain_of:
- NamedThing
- LMToolSpec
range: string