Sha256: c77288016ad235d9b1a94d531611a21451a9ad431792d36f268fbadfa6b72b02
Contents?: true
Size: 449 Bytes
Versions: 16
Compression:
Stored size: 449 Bytes
Contents
//go:build go1.18 // +build go1.18 // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. package azcore import "github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported" // ResponseError is returned when a request is made to a service and // the service returns a non-success HTTP status code. // Use errors.As() to access this type in the error chain. type ResponseError = exported.ResponseError
Version data entries
16 entries across 16 versions & 1 rubygems