with_context
Method
This is a method of the Error class in the error module.Add context to an error
Signature
Parameters
No description available.
Returns
The result of the operation.
with_context: Add context to an error
This is a method of the Error class in the error module.Add context to an error
def with_context(self, context: impl Into<String>) -> Self