sym.sdk.resource.TrailingSeparatorError

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

Bases: sym.sdk.resource.InvalidSRNError

Raised when a SRN contains a trailing separator.

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.