Skip to content

Slot: retryable

URI: dspy:retryable

Applicable Classes

Name Description Modifies Slot
DSPyError Root of the public DSPy exception hierarchy (``dspy no
AdapterParseError Raised when an Adapter fails to parse an LM response (``dspy no
LMError Abstract base for LM-related errors (``dspy no
LMTransportError Transport-level LM error no
LMConfigurationError Misconfigured LM no
LMNotConfiguredError Raised when no LM is configured no
LMUnsupportedFeatureError Feature not supported by the underlying LM no
LMProviderError Provider-side LM error no
LMUnexpectedError Unexpected / unclassified LM error no
LMAuthError LM authentication error no
LMBillingError LM billing / quota error no
LMRateLimitError LM rate-limit error no
LMInvalidRequestError LM rejected the request no
ContextWindowExceededError Context window exceeded no
LMUnsupportedModelError Model is not supported no
LMTimeoutError Request timed out no
LMServerError Server-side LM error no

Properties

Type and Range

Property Value
Range Boolean
Domain Of DSPyError

Cardinality and Requirements

Property Value
### Slot Characteristics
Property Value
If Absent boolean(False)

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self dspy:retryable
native dspy:retryable

LinkML Source

name: retryable
from_schema: https://w3id.org/lmodel/dspy
rank: 1000
ifabsent: boolean(False)
domain_of:
- DSPyError
range: boolean