Skip to content

Commit

Permalink
docs: add ref to usage with clients (#272)
Browse files Browse the repository at this point in the history
Updates: #228
  • Loading branch information
codyoss committed May 19, 2023
1 parent 7c43edd commit ea4d72d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions v2/apierror/apierror.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@

// Package apierror implements a wrapper error for parsing error details from
// API calls. Both HTTP & gRPC status errors are supported.
//
// For examples of how to use [APIError] with client libraries please reference
// [Inspecting errors](https://pkg.go.dev/cloud.google.com/go#hdr-Inspecting_errors)
// in the client library documentation.
package apierror

import (
Expand Down

0 comments on commit ea4d72d

Please sign in to comment.