SerdeReport
- class SerdeReport[T]
(De)Serialization report containing emitted messages.
Members defined in
SerdeReport(4 members) Attributes
- property messages: list[syside.SerdeMessage[syside.T]]
Methods
- __bool__() bool
Returns
Trueif none of the messages are errors.
- __str__() str
- passed(warnings_as_errors: bool = False) bool
Check if the report has no errors. If
warnings_as_errorsisTrue, also check if it contains no warnings.