You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/vendor/github.com/yandex-cloud/go-sdk/errdetails.go

11 lines
296 B

// Copyright (c) 2018 Yandex LLC. All rights reserved.
// Author: Vladimir Skipor <skipor@yandex-team.ru>
package ycsdk
import (
// Import error details, so they could be decoded from error details Any's and appear in
// debug log.
_ "google.golang.org/genproto/googleapis/rpc/errdetails"
)