Module macrobond_data_api.common.types.get_entity_error
Classes
class EntityErrorInfo (name: str, error_message: str)
-
Represents a failed entity retrieval.
Instance variables
var error_message : str
-
Contains the error message.
var is_error : bool
-
Always returns True since this instance always indicates an error.
var name : str
-
The name of the entity.
class GetEntitiesError
-
GetEntitiesError(entities: List[macrobond_data_api.common.types.get_entity_error.EntityErrorInfo])
Ancestors
- builtins.Exception
- builtins.BaseException
Instance variables
var entities : List[EntityErrorInfo]
-
entities
var message : str
-
message