sym.sdk.resource.MissingComponentError

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

Bases: sym.sdk.resource.InvalidSRNError

Raised when a component of a SRN is missing.

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.