sym.sdk.resource.InvalidSRNError

exception sym.sdk.resource.InvalidSRNError(srn: str, hint: Optional[str] = None)

Bases: sym.sdk.errors.SymSDKError

Raised when an invalid SRN is supplied.

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.