sym.sdk.resource.InvalidSlugError

exception sym.sdk.resource.InvalidSlugError(srn: str, component: str, value: str)

Bases: sym.sdk.resource.InvalidSRNError

Raised when a component of a SRN is an invalid slug.

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.