package
1.55.6
Repository: https://github.com/aws/aws-sdk-go.git
Documentation: pkg.go.dev

# Functions

Build builds a JSON payload for a JSON RPC request.
NewUnmarshalTypedError returns an UnmarshalTypedError initialized for the set of exception names to the error unmarshalers.
NewUnmarshalTypedErrorWithOptions works similar to NewUnmarshalTypedError applying options to the UnmarshalTypedError before returning it.
Unmarshal unmarshals a response for a JSON RPC service.
UnmarshalError unmarshals an error response for a JSON RPC service.
UnmarshalMeta unmarshals headers from a response for a JSON RPC service.
WithQueryCompatibility is a helper function to construct a functional option for use with NewUnmarshalTypedErrorWithOptions.

# Variables

BuildHandler is a named request handler for building jsonrpc protocol requests.
UnmarshalErrorHandler is a named request handler for unmarshaling jsonrpc protocol request errors.
UnmarshalHandler is a named request handler for unmarshaling jsonrpc protocol requests.
UnmarshalMetaHandler is a named request handler for unmarshaling jsonrpc protocol request metadata.

# Structs

UnmarshalTypedError provides unmarshaling errors API response errors for both typed and untyped errors.