# Functions
IsBackoffContextCancelledError tests whether a given error is an instance of "context_cancelled_error".
NewBackoffContextCancelledError creates a new error with the code "context_cancelled_error".
NewBackoffContextCancelledErrorBuilder creates a new error builder for the code "context_cancelled_error".
# Constants
BackoffContextCancelledErrorCode is the code for an instance of "context_cancelled_error".
# Variables
API is a singleton instance of the External type.
BackoffSection defines a section of errors with the following scope: Net util backoff errors.
Domain is the general domain in which all errors in this package belong.
# Structs
BackoffContextCancelledErrorBuilder is a builder for "context_cancelled_error" errors.
External contains methods that can be used externally to help consume errors from this package.
# Interfaces
Error is the type of all errors generated by this package.