The PermitContextError class represents an error that occurs when an API method
is called with insufficient context (not knowing in what environment, project or
organization the API call is being made).
Some of the input for the API method is provided via the SDK context.
If the context is missing some data required for a method - the API call will fail.
The
PermitContextError
class represents an error that occurs when an API method is called with insufficient context (not knowing in what environment, project or organization the API call is being made). Some of the input for the API method is provided via the SDK context. If the context is missing some data required for a method - the API call will fail.