SerdeReport

class SerdeReport[T]

(De)Serialization report containing emitted messages.

Members defined in SerdeReport (4 members)

messages

R

__bool__

Returns True if none of the messages are errors.

__str__

passed

Check if the report has no errors. If warnings_as_errors is True, also check if it contains no warnings.

Attributes

property messages: list[syside.SerdeMessage[syside.T]]

Methods

__bool__() bool

Returns True if 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_errors is True, also check if it contains no warnings.

Used in