# Packages
No description provided by the author
# Functions
HTTPStatusFromCode converts a gRPC error code into the corresponding HTTP response status.
NewInvalidClientIDError wraps an existing error as an invalid client ID error.
NewInvalidClientSecretError wraps an existing error as an invalid client secret error.
NewStackPathError factories common StackPath error scenarios into their own error types, or returns the original error.
NewUserAgentTransport builds a new UserAgentTransport around the underlying RoundTripper.
Provider returns the configured provider for managing StackPath resources.
# Structs
APIError models an error received from the StackPath API.
Config is used to configure the StackPath provider.
InvalidClientSecretError models when a StackPath API OAuth 2 client ID is invalid, either due to an invalid format or because the client ID does not exist at StackPath.
InvalidClientSecretError models when a StackPath API OAuth 2 client ID is correct, but the client secret is incorrect.
UserAgentTransport is an http RoundTripper that sets a descriptive User-Agentheader for all StackPath API requests.