Home
last modified time | relevance | path

Searched refs:errorType (Results 1 – 25 of 2467) sorted by relevance

12345678910>>...99

/dports/databases/pgbackrest/pgbackrest-release-2.35/src/common/
H A Derror.h68 int errorTypeCode(const ErrorType *errorType);
74 const char *errorTypeName(const ErrorType *errorType);
77 const ErrorType *errorTypeParent(const ErrorType *errorType);
86 const ErrorType *errorType(void);
170 errorInternalThrow(&errorType, __FILE__, __func__, __LINE__, message)
172 errorInternalThrowFmt(&errorType, __FILE__, __func__, __LINE__, __VA_ARGS__)
174 errorInternalThrow(errorType, __FILE__, __func__, __LINE__, message)
176 errorInternalThrowFmt(errorType, __FILE__, __func__, __LINE__, __VA_ARGS__)
187 errorInternalThrowSys(errno, &errorType, __FILE__, __func__, __LINE__, message)
191 errorInternalThrowSys(errno, errorType, __FILE__, __func__, __LINE__, message)
[all …]
H A Derror.c108 errorTypeCode(const ErrorType *errorType) in errorTypeCode() argument
110 return errorType->code; in errorTypeCode()
138 errorTypeName(const ErrorType *errorType) in errorTypeName() argument
140 return errorType->name; in errorTypeName()
147 return errorType->parentType; in errorTypeParent()
178 errorType(void) in errorType() function
182 return errorContext.error.errorType; in errorType()
189 return errorTypeCode(errorType()); in errorCode()
232 return errorTypeName(errorType()); in errorName()
248 return errorType() == errorTypeTest || errorTypeExtends(errorType(), errorTypeTest); in errorInstanceOf()
[all …]
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/wrappers/pyAgrum/doc/sphinx/
H A Dexceptions.rst9 :exclude-members: errorCallStack, errorContent, errorType, with_traceback, what
11 :exclude-members: errorCallStack, errorContent, errorType, with_traceback
13 :exclude-members: errorCallStack, errorContent, errorType, with_traceback
15 :exclude-members: errorCallStack, errorContent, errorType, with_traceback
17 :exclude-members: errorCallStack, errorContent, errorType, with_traceback
19 :exclude-members: errorCallStack, errorContent, errorType, with_traceback
21 :exclude-members: errorCallStack, errorContent, errorType, with_traceback
23 :exclude-members: errorCallStack, errorContent, errorType, with_traceback
25 :exclude-members: errorCallStack, errorContent, errorType, with_traceback
27 :exclude-members: errorCallStack, errorContent, errorType, with_traceback
[all …]
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/include/
H A DimageIO.h72 errorType loadPPM(const char * filename);
73 errorType savePPM(const char * filename);
77 errorType loadTGA(const char * filename);
78 errorType saveTGA(const char * filename);
81 errorType loadJPEG(const char * filename);
82 errorType saveJPEG(const char * filename);
86 errorType loadTIFF(const char * filename);
87 errorType saveTIFF(const char * filename);
90 errorType loadPNG(const char * filename);
91 errorType savePNG(const char * filename);
[all …]
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/imageIO/
H A DimageIO.h72 errorType loadPPM(const char * filename);
73 errorType savePPM(const char * filename);
77 errorType loadTGA(const char * filename);
78 errorType saveTGA(const char * filename);
81 errorType loadJPEG(const char * filename);
82 errorType saveJPEG(const char * filename);
86 errorType loadTIFF(const char * filename);
87 errorType saveTIFF(const char * filename);
90 errorType loadPNG(const char * filename);
91 errorType savePNG(const char * filename);
[all …]
/dports/lang/seed7/seed7/src/
H A Derror.h94 } errorType; typedef
97 void place_of_error (errorType err);
98 void err_warning (errorType err);
101 void err_ident (errorType err, const_identType ident);
106 void err_match (errorType err, objectType obj_found);
107 void err_string (errorType err, const_ustriType stri);
108 void err_stri (errorType err, const_striType stri);
109 void err_integer (errorType err, intType number);
110 void err_cchar (errorType err, int character);
111 void err_char (errorType err, charType character);
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/thirdparty/org/json/simple/parser/
H A DParseException.java16 private int errorType; field in ParseException
20 public ParseException(int errorType, Throwable throwable) { in ParseException() argument
21 this(-1, errorType, null, throwable); in ParseException()
24 public ParseException(int errorType, Object unexpectedObject) { in ParseException() argument
25 this(-1, errorType, unexpectedObject); in ParseException()
29 this(-1, errorType, unexpectedObject, null); in ParseException()
35 this.errorType = errorType; in ParseException()
40 return errorType; in getErrorType()
43 public void setErrorType(int errorType) { in setErrorType() argument
44 this.errorType = errorType; in setErrorType()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/thirdparty/org/json/simple/parser/
H A DParseException.java16 private int errorType; field in ParseException
20 public ParseException(int errorType, Throwable throwable) { in ParseException() argument
21 this(-1, errorType, null, throwable); in ParseException()
24 public ParseException(int errorType, Object unexpectedObject) { in ParseException() argument
25 this(-1, errorType, unexpectedObject); in ParseException()
29 this(-1, errorType, unexpectedObject, null); in ParseException()
35 this.errorType = errorType; in ParseException()
40 return errorType; in getErrorType()
43 public void setErrorType(int errorType) { in setErrorType() argument
44 this.errorType = errorType; in setErrorType()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/pkg/ingester/
H A Derrors.go13 errorType string member
19 func makeLimitError(errorType string, err error) error {
21 errorType: errorType,
27 func makeNoReportError(errorType string) error {
29 errorType: errorType,
34 func makeMetricValidationError(errorType string, labels labels.Labels, err error) error {
36 errorType: errorType,
43 func makeMetricLimitError(errorType string, labels labels.Labels, err error) error {
45 errorType: errorType,
54 return e.errorType
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/cortexproject/cortex/pkg/ingester/
H A Derrors.go13 errorType string member
19 func makeLimitError(errorType string, err error) error {
21 errorType: errorType,
27 func makeNoReportError(errorType string) error {
29 errorType: errorType,
34 func makeMetricValidationError(errorType string, labels labels.Labels, err error) error {
36 errorType: errorType,
43 func makeMetricLimitError(errorType string, labels labels.Labels, err error) error {
45 errorType: errorType,
54 return e.errorType
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/aws/protocol/restjson/
H A Ddecoder_util.go15 func GetErrorInfo(decoder *json.Decoder) (errorType string, message string, err error) {
25 return errorType, message, nil
27 return errorType, message, err
32 errorType = errInfo.Code
34 errorType = errInfo.Type
43 if len(errorType) != 0 {
44 errorType = SanitizeErrorCode(errorType)
47 return errorType, message, nil
72 errorType, message, err := GetErrorInfo(decoder)
78 errorCode = errorType
/dports/security/vault/aws-sdk-go-v2-1.5.0/aws/protocol/restjson/
H A Ddecoder_util.go15 func GetErrorInfo(decoder *json.Decoder) (errorType string, message string, err error) {
25 return errorType, message, nil
27 return errorType, message, err
32 errorType = errInfo.Code
34 errorType = errInfo.Type
43 if len(errorType) != 0 {
44 errorType = SanitizeErrorCode(errorType)
47 return errorType, message, nil
72 errorType, message, err := GetErrorInfo(decoder)
78 errorCode = errorType
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/aws/protocol/restjson/
H A Ddecoder_util.go15 func GetErrorInfo(decoder *json.Decoder) (errorType string, message string, err error) {
25 return errorType, message, nil
27 return errorType, message, err
32 errorType = errInfo.Code
34 errorType = errInfo.Type
43 if len(errorType) != 0 {
44 errorType = SanitizeErrorCode(errorType)
47 return errorType, message, nil
72 errorType, message, err := GetErrorInfo(decoder)
78 errorCode = errorType
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/aws/protocol/restjson/
H A Ddecoder_util.go15 func GetErrorInfo(decoder *json.Decoder) (errorType string, message string, err error) {
25 return errorType, message, nil
27 return errorType, message, err
32 errorType = errInfo.Code
34 errorType = errInfo.Type
43 if len(errorType) != 0 {
44 errorType = SanitizeErrorCode(errorType)
47 return errorType, message, nil
72 errorType, message, err := GetErrorInfo(decoder)
78 errorCode = errorType
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/aws/protocol/restjson/
H A Ddecoder_util.go15 func GetErrorInfo(decoder *json.Decoder) (errorType string, message string, err error) {
25 return errorType, message, nil
27 return errorType, message, err
32 errorType = errInfo.Code
34 errorType = errInfo.Type
43 if len(errorType) != 0 {
44 errorType = SanitizeErrorCode(errorType)
47 return errorType, message, nil
72 errorType, message, err := GetErrorInfo(decoder)
78 errorCode = errorType
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/aws/protocol/restjson/
H A Ddecoder_util.go15 func GetErrorInfo(decoder *json.Decoder) (errorType string, message string, err error) {
25 return errorType, message, nil
27 return errorType, message, err
32 errorType = errInfo.Code
34 errorType = errInfo.Type
43 if len(errorType) != 0 {
44 errorType = SanitizeErrorCode(errorType)
47 return errorType, message, nil
72 errorType, message, err := GetErrorInfo(decoder)
78 errorCode = errorType
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/aws/protocol/restjson/
H A Ddecoder_util.go15 func GetErrorInfo(decoder *json.Decoder) (errorType string, message string, err error) {
25 return errorType, message, nil
27 return errorType, message, err
32 errorType = errInfo.Code
34 errorType = errInfo.Type
43 if len(errorType) != 0 {
44 errorType = SanitizeErrorCode(errorType)
47 return errorType, message, nil
72 errorType, message, err := GetErrorInfo(decoder)
78 errorCode = errorType
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/aws/protocol/restjson/
H A Ddecoder_util.go15 func GetErrorInfo(decoder *json.Decoder) (errorType string, message string, err error) {
25 return errorType, message, nil
27 return errorType, message, err
32 errorType = errInfo.Code
34 errorType = errInfo.Type
43 if len(errorType) != 0 {
44 errorType = SanitizeErrorCode(errorType)
47 return errorType, message, nil
72 errorType, message, err := GetErrorInfo(decoder)
78 errorCode = errorType
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/junit/src/org/chromium/chrome/browser/autofill/
H A DAutofillUiUtilsTest.java52 int errorType = getExpirationDateErrorForUserEnteredMonthAndYear(); in testExpirationDateErrorWithInvalidMonthReturnsExpirationMonthErrorType() local
54 Assert.assertEquals(ErrorType.EXPIRATION_MONTH, errorType); in testExpirationDateErrorWithInvalidMonthReturnsExpirationMonthErrorType()
65 Assert.assertEquals(ErrorType.EXPIRATION_YEAR, errorType); in testExpirationDateErrorWithInvalidYearReturnsExpirationYearErrorType()
76 Assert.assertEquals(ErrorType.EXPIRATION_YEAR, errorType); in testExpirationDateErrorWithInvalidFutureYearReturnsExpirationYearErrorType()
87 Assert.assertEquals(ErrorType.NONE, errorType); in testExpirationDateErrorWithCurrentYearAndCurrentMonthReturnsNoneErrorType()
103 Assert.assertEquals(ErrorType.NOT_ENOUGH_INFO, errorType); in testExpirationDateErrorWithEditingMonthAndNotFocusedYearReturnsNotEnoughInfoErrorType()
119 Assert.assertEquals(ErrorType.EXPIRATION_YEAR, errorType); in testExpirationDateErrorWithEditingMonthAndFocusedInvalidYearReturnsExpirationYearErrorType()
133 Assert.assertEquals(ErrorType.NOT_ENOUGH_INFO, errorType); in testExpirationDateErrorWithValidMonthAndIncompleteYearReturnsNotEnoughInfoErrorType()
145 Assert.assertEquals(ErrorType.NONE, errorType); in testExpirationDateErrorWithValidMonthAndValidYearReturnsNoneErrorType()
158 Assert.assertEquals(ErrorType.NOT_ENOUGH_INFO, errorType); in testExpirationDateErrorWithMonthBeingEditedAndValidYearReturnsNotEnoughInfo()
[all …]
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/fixchain/
H A Dfixchain_test.go24 expectedErrs []errorType
44 expectedErrs: []errorType{VerifyFailed, FixFailed},
51 expectedErrs: []errorType{VerifyFailed, FixFailed},
61 expectedErrs: []errorType{VerifyFailed},
71 expectedErrs: []errorType{VerifyFailed},
79 expectedErrs: []errorType{VerifyFailed, FixFailed},
87 expectedErrs: []errorType{VerifyFailed, FixFailed},
100 expectedErrs []errorType
128 expectedErrs: []errorType{LogPostFailed},
143 expectedErrs []errorType
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/operation/valid/
H A DTopologyValidationError.java113 private int errorType; field in TopologyValidationError
122 public TopologyValidationError(int errorType, Coordinate pt) in TopologyValidationError() argument
124 this.errorType = errorType; in TopologyValidationError()
135 public TopologyValidationError(int errorType) in TopologyValidationError() argument
137 this(errorType, null); in TopologyValidationError()
152 public int getErrorType() { return errorType; } in getErrorType()
160 public String getMessage() { return errMsg[errorType]; } in getMessage()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/tool/src/org/antlr/v4/tool/
H A DANTLRMessage.java18 private final ErrorType errorType; field in ANTLRMessage
35 public ANTLRMessage(ErrorType errorType) { in ANTLRMessage() argument
36 this(errorType, (Throwable)null, Token.INVALID_TOKEN); in ANTLRMessage()
39 public ANTLRMessage(ErrorType errorType, Token offendingToken, Object... args) { in ANTLRMessage() argument
40 this(errorType, null, offendingToken, args); in ANTLRMessage()
43 public ANTLRMessage(ErrorType errorType, Throwable e, Token offendingToken, Object... args) { in ANTLRMessage() argument
44 this.errorType = errorType; in ANTLRMessage()
52 return errorType; in getErrorType()
66 messageST.impl.name = errorType.name(); in getMessageTemplate()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/win32/
H A Dwin_snd.c270 const char *errorType; in I_GetSfx() local
274 errorType = "Z_ERRNO"; break; in I_GetSfx()
286 errorType = "unknown error"; in I_GetSfx()
294 const char *errorType; in I_GetSfx() local
298 errorType = "Z_ERRNO"; break; in I_GetSfx()
310 errorType = "unknown error"; in I_GetSfx()
610 const char *errorType; in I_LoadSong() local
626 errorType = "unknown error"; in I_LoadSong()
634 const char *errorType; in I_LoadSong() local
638 errorType = "Z_ERRNO"; break; in I_LoadSong()
[all …]
/dports/www/nextcloud/nextcloud/3rdparty/giggsey/libphonenumber-for-php/src/
H A DNumberParseException.php26 protected $errorType; variable in libphonenumber\\NumberParseException
28 public function __construct($errorType, $message, $previous = null) argument
30 parent::__construct($message, $errorType, $previous);
32 $this->errorType = $errorType;
40 return $this->errorType;
45 return 'Error type: ' . $this->errorType . '. ' . $this->message;
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/aws/aws-lambda-go/lambda/
H A Derrors.go12 errorType := reflect.TypeOf(err)
13 if errorType.Kind() == reflect.Ptr {
14 return errorType.Elem().Name()
16 return errorType.Name()
24 if errorType := reflect.TypeOf(invokeError); errorType.Kind() == reflect.Ptr {
25 errorName = errorType.Elem().Name()
27 errorName = errorType.Name()

12345678910>>...99