-
Notifications
You must be signed in to change notification settings - Fork 15
/
aliases.go
133 lines (89 loc) · 4.48 KB
/
aliases.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
package anthropic
import (
"github.com/anthropics/anthropic-sdk-go/internal/apierror"
"github.com/anthropics/anthropic-sdk-go/shared"
)
type Error = apierror.Error
// This is an alias to an internal type.
type APIErrorObject = shared.APIErrorObject
// This is an alias to an internal type.
type APIErrorObjectType = shared.APIErrorObjectType
// This is an alias to an internal value.
const APIErrorObjectTypeAPIError = shared.APIErrorObjectTypeAPIError
// This is an alias to an internal type.
type AuthenticationError = shared.AuthenticationError
// This is an alias to an internal type.
type AuthenticationErrorType = shared.AuthenticationErrorType
// This is an alias to an internal value.
const AuthenticationErrorTypeAuthenticationError = shared.AuthenticationErrorTypeAuthenticationError
// This is an alias to an internal type.
type BillingError = shared.BillingError
// This is an alias to an internal type.
type BillingErrorType = shared.BillingErrorType
// This is an alias to an internal value.
const BillingErrorTypeBillingError = shared.BillingErrorTypeBillingError
// This is an alias to an internal type.
type ErrorObject = shared.ErrorObject
// This is an alias to an internal type.
type ErrorObjectType = shared.ErrorObjectType
// This is an alias to an internal value.
const ErrorObjectTypeInvalidRequestError = shared.ErrorObjectTypeInvalidRequestError
// This is an alias to an internal value.
const ErrorObjectTypeAuthenticationError = shared.ErrorObjectTypeAuthenticationError
// This is an alias to an internal value.
const ErrorObjectTypeBillingError = shared.ErrorObjectTypeBillingError
// This is an alias to an internal value.
const ErrorObjectTypePermissionError = shared.ErrorObjectTypePermissionError
// This is an alias to an internal value.
const ErrorObjectTypeNotFoundError = shared.ErrorObjectTypeNotFoundError
// This is an alias to an internal value.
const ErrorObjectTypeRateLimitError = shared.ErrorObjectTypeRateLimitError
// This is an alias to an internal value.
const ErrorObjectTypeTimeoutError = shared.ErrorObjectTypeTimeoutError
// This is an alias to an internal value.
const ErrorObjectTypeAPIError = shared.ErrorObjectTypeAPIError
// This is an alias to an internal value.
const ErrorObjectTypeOverloadedError = shared.ErrorObjectTypeOverloadedError
// This is an alias to an internal type.
type ErrorResponse = shared.ErrorResponse
// This is an alias to an internal type.
type ErrorResponseType = shared.ErrorResponseType
// This is an alias to an internal value.
const ErrorResponseTypeError = shared.ErrorResponseTypeError
// This is an alias to an internal type.
type GatewayTimeoutError = shared.GatewayTimeoutError
// This is an alias to an internal type.
type GatewayTimeoutErrorType = shared.GatewayTimeoutErrorType
// This is an alias to an internal value.
const GatewayTimeoutErrorTypeTimeoutError = shared.GatewayTimeoutErrorTypeTimeoutError
// This is an alias to an internal type.
type InvalidRequestError = shared.InvalidRequestError
// This is an alias to an internal type.
type InvalidRequestErrorType = shared.InvalidRequestErrorType
// This is an alias to an internal value.
const InvalidRequestErrorTypeInvalidRequestError = shared.InvalidRequestErrorTypeInvalidRequestError
// This is an alias to an internal type.
type NotFoundError = shared.NotFoundError
// This is an alias to an internal type.
type NotFoundErrorType = shared.NotFoundErrorType
// This is an alias to an internal value.
const NotFoundErrorTypeNotFoundError = shared.NotFoundErrorTypeNotFoundError
// This is an alias to an internal type.
type OverloadedError = shared.OverloadedError
// This is an alias to an internal type.
type OverloadedErrorType = shared.OverloadedErrorType
// This is an alias to an internal value.
const OverloadedErrorTypeOverloadedError = shared.OverloadedErrorTypeOverloadedError
// This is an alias to an internal type.
type PermissionError = shared.PermissionError
// This is an alias to an internal type.
type PermissionErrorType = shared.PermissionErrorType
// This is an alias to an internal value.
const PermissionErrorTypePermissionError = shared.PermissionErrorTypePermissionError
// This is an alias to an internal type.
type RateLimitError = shared.RateLimitError
// This is an alias to an internal type.
type RateLimitErrorType = shared.RateLimitErrorType
// This is an alias to an internal value.
const RateLimitErrorTypeRateLimitError = shared.RateLimitErrorTypeRateLimitError