Home
last modified time | relevance | path

Searched defs:ApiError (Results 1 – 25 of 161) sorted by relevance

1234567

/dports/security/lego/lego-4.5.3/vendor/github.com/oracle/oci-go-sdk/osmanagement/
H A Dapi_error.go18 type ApiError struct { struct
22 Code *string `mandatory:"true" json:"code"`
25 Message *string `mandatory:"true" json:"message"`
28 func (m ApiError) String() string {
/dports/www/beehive/beehive-0.4.0/vendor/github.com/ChimeraCoder/anaconda/
H A Derrors.go33 type ApiError struct { struct
34 StatusCode int
35 Header http.Header
36 Body string
37 Decoded TwitterErrorResponse
38 URL *url.URL
58 func (aerr ApiError) Error() string {
71 func (aerr *ApiError) RateLimitCheck() (isRateLimitError bool, nextWindow time.Time) {
/dports/lang/gleam/gleam-0.18.2/cargo-crates/hexpm-1.4.1/src/
H A Dlib.rs138 pub fn remove_api_key_response(response: http::Response<Vec<u8>>) -> Result<(), ApiError> { in remove_api_key_response() argument
230 ) -> Result<HashMap<String, Vec<Version>>, ApiError> { in get_repository_versions_response() argument
283 ) -> Result<Package, ApiError> { in get_package_response() argument
339 ) -> Result<Vec<u8>, ApiError> { in get_package_tarball_response() argument
357 ) -> Result<http::Request<Vec<u8>>, ApiError> { in remove_docs_request() argument
370 pub fn remove_docs_response(response: http::Response<Vec<u8>>) -> Result<(), ApiError> { in remove_docs_response() argument
388 ) -> Result<http::Request<Vec<u8>>, ApiError> { in publish_docs_request() argument
442 pub enum ApiError { enum
486 impl ApiError { implementation
717 fn validate_package_and_version(package: &str, version: &str) -> Result<(), ApiError> { in validate_package_and_version() argument
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/thanos-io/thanos/pkg/api/
H A Dapi.go87 type ApiError struct { struct
88 Typ ErrorType
89 Err error
92 func (e *ApiError) Error() string {
250 func RespondError(w http.ResponseWriter, apiErr *ApiError, data interface{}) {
/dports/net-mgmt/thanos/thanos-0.11.0/pkg/query/api/
H A Dv1.go73 type ApiError struct { struct
74 Typ ErrorType
75 Err error
78 func (e *ApiError) Error() string {
556 func RespondError(w http.ResponseWriter, apiErr *ApiError, data interface{}) {
/dports/net-mgmt/seafile-gui/seafile-client-7.0.9/src/
H A Dauto-login-service.h9 class ApiError; variable
H A Daccount-info-service.h14 class ApiError; variable
H A Dcustomization-service.h15 class ApiError; variable
H A Dext-handler.h18 class ApiError; variable
H A Daccount-mgr.h14 class ApiError; variable
H A Dseahub-notifications-monitor.h8 class ApiError; variable
/dports/net-im/toot/toot-0.28.0/toot/
H A Dexceptions.py1 class ApiError(Exception): class
/dports/sysutils/vector/vector-0.10.0/cargo-crates/snafu-0.6.6/tests/
H A Dgenerics.rs59 pub struct ApiError<T: Debug + Display>(Error<T>); struct
80 pub struct ApiError<T>(Error<T>) struct
H A Dgenerics_with_default.rs6 pub struct ApiError<'a, S, T>(Error<'a, S, T>) struct
/dports/deskutils/just/just-0.10.5/cargo-crates/snafu-0.6.10/tests/
H A Dgenerics.rs59 pub struct ApiError<T: Debug + Display>(Error<T>); struct
80 pub struct ApiError<T>(Error<T>) struct
H A Dgenerics_with_default.rs6 pub struct ApiError<'a, S, T>(Error<'a, S, T>) struct
/dports/sysutils/rsfetch/rsfetch-2.0.0/cargo-crates/snafu-0.3.1/tests/
H A Dgenerics.rs61 pub struct ApiError<T: Debug + Display>(Error<T>); struct
82 pub struct ApiError<T>(Error<T>) struct
/dports/converters/yj-bruceadams/yj-1.1.34/cargo-crates/snafu-0.6.10/tests/
H A Dgenerics.rs59 pub struct ApiError<T: Debug + Display>(Error<T>); struct
80 pub struct ApiError<T>(Error<T>) struct
H A Dgenerics_with_default.rs6 pub struct ApiError<'a, S, T>(Error<'a, S, T>) struct
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/phabricator_import/
H A Dconduit.rb5 ApiError = Class.new(Gitlab::PhabricatorImport::BaseError) constant
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/rspotify-model-0.11.3/src/
H A Derror.rs10 pub enum ApiError { enum
/dports/net-mgmt/seafile-gui/seafile-client-7.0.9/src/ui/
H A Dset-repo-password-dialog.h11 class ApiError; variable
H A Ddownload-repo-dialog.h10 class ApiError; variable
H A Daccount-view.h12 class ApiError; variable
/dports/science/gromacs/gromacs-2021.4/python_packaging/src/gmxapi/
H A Dexceptions.py69 class ApiError(Error): class

1234567