class documentation

class MissingDetails(bb.Struct): (source)

View In Hierarchy

An indication that an error occurred while retrieving the event. Some attributes of the event may be omitted as a result. :ivar team_log.MissingDetails.source_event_fields: All the data that could be retrieved and converted from the source event.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable source_event_fields Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _source_event_fields_value Undocumented
def __init__(self, source_event_fields=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

source_event_fields = (source)

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)

Undocumented

_has_required_fields: bool = (source)

Undocumented

_source_event_fields_value = (source)

Undocumented