Home
last modified time | relevance | path

Searched defs:ApiError (Results 51 – 75 of 161) sorted by relevance

1234567

/dports/devel/py-oci/oci-2.53.1/src/oci/os_management/models/
H A Dapi_error.py11 class ApiError(object): class
/dports/net-mgmt/seafile-gui/seafile-client-7.0.9/src/ui/
H A Dactivities-tab.h19 class ApiError; variable
H A Dsearch-tab.h18 class ApiError; variable
H A Drepo-tree-view.h21 class ApiError; variable
/dports/security/acmed/acmed-0.18.0/acmed/src/acme_proto/structs/
H A Derror.rs6 pub trait ApiError { interface
/dports/sysutils/rsfetch/rsfetch-2.0.0/cargo-crates/snafu-0.3.1/tests/
H A Dsource_attributes.rs94 struct ApiError(Box<Error>); struct
/dports/sysutils/vector/vector-0.10.0/cargo-crates/snafu-0.6.6/tests/
H A Dsource_attributes.rs98 struct ApiError(Box<Error>); struct
/dports/deskutils/just/just-0.10.5/cargo-crates/snafu-0.6.10/tests/
H A Dsource_attributes.rs98 struct ApiError(Box<Error>); struct
/dports/converters/yj-bruceadams/yj-1.1.34/cargo-crates/snafu-0.6.10/tests/
H A Dsource_attributes.rs98 struct ApiError(Box<Error>); struct
/dports/devel/py-datadog/datadog-0.42.0/datadog/api/
H A Dexceptions.py96 class ApiError(DatadogException): class
/dports/net-mgmt/seafile-gui/seafile-client-7.0.9/src/filebrowser/
H A Dreliable-upload.h7 class ApiError; variable
/dports/net-mgmt/thanos/thanos-0.11.0/pkg/rule/api/
H A Dv1_test.go273 func assertAPIError(t *testing.T, got *qapi.ApiError) {
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/plugins/lookup/
H A Dmanifold.py73 class ApiError(Exception): class
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/lookup/
H A Dmanifold.py76 class ApiError(Exception): class
/dports/net-mgmt/seafile-gui/seafile-client-7.0.9/src/
H A Dlog-uploader.cpp121 void LogDirUploader::onGetUploadLinkFailed(const ApiError &) in onGetUploadLinkFailed()
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/yuin/gopher-lua/
H A D_state.go23 type ApiError struct { struct
24 Type ApiErrorType
25 Object LValue
26 StackTrace string
28 Cause error
43 func (e *ApiError) Error() string {
H A Dstate.go27 type ApiError struct { struct
28 Type ApiErrorType
29 Object LValue
30 StackTrace string
32 Cause error
47 func (e *ApiError) Error() string {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/siddontang/ledisdb/vendor/github.com/yuin/gopher-lua/
H A D_state.go23 type ApiError struct { struct
24 Type ApiErrorType
25 Object LValue
26 StackTrace string
28 Cause error
43 func (e *ApiError) Error() string {
H A Dstate.go27 type ApiError struct { struct
28 Type ApiErrorType
29 Object LValue
30 StackTrace string
32 Cause error
47 func (e *ApiError) Error() string {
/dports/devel/sentry-cli/sentry-cli-1.71.0/src/
H A Dapi.rs242 pub struct ApiError { struct
243 inner: Context<ApiErrorKind>, argument
253 impl Fail for ApiError { implementation
263 impl fmt::Display for ApiError { implementation
269 impl ApiError { implementation
275 impl From<ApiErrorKind> for ApiError { implementation
276 fn from(kind: ApiErrorKind) -> ApiError { in from()
283 impl From<Context<ApiErrorKind>> for ApiError { implementation
289 impl From<curl::Error> for ApiError { implementation
290 fn from(err: curl::Error) -> ApiError { in from()
[all …]
/dports/graphics/drawpile/Drawpile-2.1.20/src/libshared/listings/
H A Dannouncementapi.cpp48 static inline ApiReply ApiError(const QString &message) { return ApiReply(QJsonDocument(), message)… in ApiError() function
51 static inline QString ApiError(const ApiReply &r) { return r.second; } in ApiError() function
/dports/security/vault/vault-1.8.2/vendor/github.com/yuin/gopher-lua/
H A D_state.go25 type ApiError struct { struct
26 Type ApiErrorType
27 Object LValue
28 StackTrace string
30 Cause error
45 func (e *ApiError) Error() string {
H A Dstate.go29 type ApiError struct { struct
30 Type ApiErrorType
31 Object LValue
32 StackTrace string
34 Cause error
49 func (e *ApiError) Error() string {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/yuin/gopher-lua/
H A Dstate.go29 type ApiError struct { struct
30 Type ApiErrorType
31 Object LValue
32 StackTrace string
34 Cause error
49 func (e *ApiError) Error() string {
H A D_state.go25 type ApiError struct { struct
26 Type ApiErrorType
27 Object LValue
28 StackTrace string
30 Cause error
45 func (e *ApiError) Error() string {

1234567