sym.sdk.resource.MultipleErrors

exception sym.sdk.resource.MultipleErrors(srn: str)

Bases: sym.sdk.resource.InvalidSRNError

Raised when a SRN has multiple validation errors.

format_slack() str

Returns a string representation of this error formatted for display in Slack-compatible markdown.

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.