Class: LMBillingError
LM billing / quota error.
URI: dspy:LMBillingError
classDiagram
class LMBillingError
click LMBillingError href "../LMBillingError/"
LMProviderError <|-- LMBillingError
click LMProviderError href "../LMProviderError/"
LMBillingError : code_value
LMBillingError : description
LMBillingError : http_status
LMBillingError : id
LMBillingError : message
LMBillingError : name
LMBillingError : retryable
Inheritance
- NamedThing
- DSPyError
- LMError
- LMProviderError
- LMBillingError
- LMProviderError
- LMError
- DSPyError
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| http_status | 0..1 Integer |
LMProviderError | |
| 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:LMBillingError |
| native | dspy:LMBillingError |
LinkML Source
Direct
name: LMBillingError
description: LM billing / quota error.
in_subset:
- errors
from_schema: https://w3id.org/lmodel/dspy
is_a: LMProviderError
Induced
name: LMBillingError
description: LM billing / quota error.
in_subset:
- errors
from_schema: https://w3id.org/lmodel/dspy
is_a: LMProviderError
attributes:
http_status:
name: http_status
from_schema: https://w3id.org/lmodel/dspy
rank: 1000
owner: LMBillingError
domain_of:
- LMProviderError
range: integer
minimum_value: 100
maximum_value: 599
message:
name: message
description: Human-readable error message.
from_schema: https://w3id.org/lmodel/dspy
rank: 1000
owner: LMBillingError
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: LMBillingError
domain_of:
- DSPyError
range: string
retryable:
name: retryable
from_schema: https://w3id.org/lmodel/dspy
rank: 1000
ifabsent: boolean(False)
owner: LMBillingError
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: LMBillingError
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: LMBillingError
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: LMBillingError
domain_of:
- NamedThing
- LMToolSpec
range: string