Home
last modified time | relevance | path

Searched refs:ErrorType (Results 1 – 25 of 3732) sorted by relevance

12345678910>>...150

/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/SevereCloud/vksdk/v2/api/
H A Derrors.go11 type ErrorType int type
25 ErrUnknown ErrorType = 1
32 ErrDisabled ErrorType = 2
37 ErrMethod ErrorType = 3
43 ErrAuth ErrorType = 5
50 ErrTooMany ErrorType = 6
64 ErrRequest ErrorType = 8
70 ErrFlood ErrorType = 9
75 ErrServer ErrorType = 10
86 ErrCompile ErrorType = 12
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/tool-testsuite/test/org/antlr/v4/test/tool/
H A DTestAttributeChecks.java10 import org.antlr.v4.tool.ErrorType;
43 …"$a", "error(" + ErrorType.UNKNOWN_SIMPLE_ATTRIBUTE.code + "): A.g4:2:11: unknown attribute refe…
56 …"$c", "error(" + ErrorType.UNKNOWN_SIMPLE_ATTRIBUTE.code + "): A.g4:5:8: unknown attribute refer…
57 …"$a.q", "error(" + ErrorType.UNKNOWN_RULE_ATTRIBUTE.code + "): A.g4:5:10: unknown attribute q fo…
81 …"$q", "error(" + ErrorType.UNKNOWN_SIMPLE_ATTRIBUTE.code + "): A.g4:7:4: unknown attribu…
87 …"error(" + ErrorType.UNKNOWN_SIMPLE_ATTRIBUTE.code + "): A.g4:7:9: unknown attribute reference blo…
126 …"$S", "error(" + ErrorType.UNKNOWN_SIMPLE_ATTRIBUTE.code + "): A.g4:2:11: unknown attribute refe…
139 …"$b", "error(" + ErrorType.UNKNOWN_SIMPLE_ATTRIBUTE.code + "): A.g4:5:8: unknown attribute refer…
146 …"$S", "error(" + ErrorType.UNKNOWN_SIMPLE_ATTRIBUTE.code + "): A.g4:5:8: unknown attribute refer…
188 …"$b", "error(" + ErrorType.UNKNOWN_SIMPLE_ATTRIBUTE.code + "): A.g4:10:14: unknown attribute ref…
[all …]
H A DTestSymbolIssues.java9 import org.antlr.v4.tool.ErrorType;
34 "error(" + ErrorType.ACTION_REDEFINITION.code + "): A.g4:5:1: redefinition of members action\n" +
35 "error(" + ErrorType.ACTION_REDEFINITION.code + "): A.g4:7:1: redefinition of header action\n" +
36 "warning(" + ErrorType.ILLEGAL_OPTION.code + "): A.g4:2:10: unsupported option opt\n" +
37 "warning(" + ErrorType.ILLEGAL_OPTION.code + "): A.g4:2:21: unsupported option k\n" +
38 "error(" + ErrorType.ACTION_REDEFINITION.code + "): A.g4:5:1: redefinition of members action\n" +
42 "error(" + ErrorType.RULE_HAS_NO_ARGS.code + "): A.g4:9:37: rule b has no defined parameters\n" +
92 …"warning(" + ErrorType.TOKEN_NAME_REASSIGNMENT.code + "): E.g4:3:4: token name A is already define…
244 "warning(" + ErrorType.DUPLICATED_COMMAND.code + "): Lexer.g4:4:27: duplicated command mode\n" + in testDuplicatedCommands()
245 "warning(" + ErrorType.DUPLICATED_COMMAND.code + "): Lexer.g4:12:34: duplicated command type\n" + in testDuplicatedCommands()
[all …]
H A DTestToolSyntaxErrors.java10 import org.antlr.v4.tool.ErrorType;
21 "error(" + ErrorType.NO_RULES.code + "): A.g4::: grammar A has no rules\n",
25 "error(" + ErrorType.NO_RULES.code + "): A.g4::: grammar A has no rules\n",
28 …"error(" + ErrorType.SYNTAX_ERROR.code + "): A.g4:1:0: syntax error: 'A' came as a complete surpri…
35 "error(" + ErrorType.SYNTAX_ERROR.code + "): A.g4:2:0: syntax error: missing SEMI at 'a'\n",
66 ErrorType[] errorTypes = ErrorType.class.getEnumConstants(); in AllErrorCodesDistinct()
185 …"error(" + ErrorType.UNTERMINATED_STRING_LITERAL.code + "): A.g4:2:4: unterminated string literal\… in testUnterminatedStringLiteral()
455 …"warning(" + ErrorType.INVALID_ESCAPE_SEQUENCE.code + "): A.g4:2:10: invalid escape sequence \\\"\… in testDoubleQuoteInTwoStringLiterals()
456 …"warning(" + ErrorType.INVALID_ESCAPE_SEQUENCE.code + "): A.g4:2:15: invalid escape sequence \\\"\… in testDoubleQuoteInTwoStringLiterals()
497 …"warning(" + ErrorType.INVALID_ESCAPE_SEQUENCE.code + "): A.g4:2:19: invalid escape sequence \\x\n… in testInvalidEscapeSequences()
[all …]
H A DTestBasicSemanticErrors.java9 import org.antlr.v4.tool.ErrorType;
40 "warning(" + ErrorType.ILLEGAL_OPTION.code + "): U.g4:2:10: unsupported option foo\n" +
41 "warning(" + ErrorType.ILLEGAL_OPTION.code + "): U.g4:2:19: unsupported option k\n" +
43 "warning(" + ErrorType.ILLEGAL_OPTION.code + "): U.g4:9:10: unsupported option x\n" +
46 "warning(" + ErrorType.ILLEGAL_OPTION.code + "): U.g4:12:10: unsupported option blech\n" +
47 "warning(" + ErrorType.ILLEGAL_OPTION.code + "): U.g4:12:21: unsupported option greedy\n" +
48 "warning(" + ErrorType.ILLEGAL_OPTION.code + "): U.g4:15:16: unsupported option ick\n" +
49 "warning(" + ErrorType.ILLEGAL_OPTION.code + "): U.g4:15:25: unsupported option greedy\n" +
50 "warning(" + ErrorType.ILLEGAL_OPTION.code + "): U.g4:16:16: unsupported option x\n",
68 …"error(" + ErrorType.LABEL_BLOCK_NOT_A_SET.code + "): T.g4:2:5: label op assigned to a block which… in testIllegalNonSetLabel()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/bitsdownload/src/bits_interface/
H A Derror.rs20 pub enum ErrorType { enum
67 impl ErrorType { impl
91 ErrorType::PartiallyCompletedBitsJob => { in bits_code()
112 ErrorType::OperationAlreadyInProgress => { in bits_code()
127 impl From<&PipeError> for ErrorType { implementation
182 pub error_type: ErrorType,
190 error_type: ErrorType, in new() argument
204 error_type: ErrorType::MissingResultData, in missing_result()
212 error_type: ErrorType, in from_nsresult() argument
226 error_type: ErrorType, in from_hresult() argument
[all …]
/dports/www/firefox/firefox-99.0/toolkit/components/bitsdownload/src/bits_interface/
H A Derror.rs20 pub enum ErrorType { enum
67 impl ErrorType { implementation
91 ErrorType::PartiallyCompletedBitsJob => { in bits_code()
112 ErrorType::OperationAlreadyInProgress => { in bits_code()
126 impl From<&PipeError> for ErrorType { implementation
181 pub error_type: ErrorType,
189 error_type: ErrorType, in new() argument
203 error_type: ErrorType::MissingResultData, in missing_result()
211 error_type: ErrorType, in from_nsresult() argument
225 error_type: ErrorType, in from_hresult() argument
[all …]
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/bitsdownload/src/bits_interface/
H A Derror.rs20 pub enum ErrorType { enum
67 impl ErrorType { implementation
91 ErrorType::PartiallyCompletedBitsJob => { in bits_code()
112 ErrorType::OperationAlreadyInProgress => { in bits_code()
127 impl From<&PipeError> for ErrorType { implementation
182 pub error_type: ErrorType,
190 error_type: ErrorType, in new() argument
204 error_type: ErrorType::MissingResultData, in missing_result()
212 error_type: ErrorType, in from_nsresult() argument
226 error_type: ErrorType, in from_hresult() argument
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/bitsdownload/src/bits_interface/
H A Derror.rs20 pub enum ErrorType { enum
67 impl ErrorType { impl
91 ErrorType::PartiallyCompletedBitsJob => { in bits_code()
112 ErrorType::OperationAlreadyInProgress => { in bits_code()
127 impl From<&PipeError> for ErrorType { implementation
182 pub error_type: ErrorType,
190 error_type: ErrorType, in new() argument
204 error_type: ErrorType::MissingResultData, in missing_result()
212 error_type: ErrorType, in from_nsresult() argument
226 error_type: ErrorType, in from_hresult() argument
[all …]
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADASaxFrameworkLoader/include/generated14/
H A DCOLLADASaxFWLColladaParserAutoGen14ValidationData.h21 ParserError::ErrorType validate__VersionType( ParserString value );
71 ParserError::ErrorType validate__NMTOKEN( ParserString value );
76 ParserError::ErrorType validate__UpAxisType( ParserString value );
81 ParserError::ErrorType validate__NCName( ParserString value );
126 ParserError::ErrorType validate__Name( ParserString value );
1008 ParserError::ErrorType validate__NodeType( ParserString value );
1887 ParserError::ErrorType validate__glsl_int( const sint32 value );
2949 ParserError::ErrorType validate__cg_int( const sint32 value );
2951 ParserError::ErrorType validate__cg_int1( const sint32 value );
3295 ParserError::ErrorType validate__cg_fixed( const float value );
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/glean-core/src/
H A Derror_recording.rs31 pub enum ErrorType { enum
42 impl ErrorType { implementation
65 ErrorType::InvalidValue, in iter()
66 ErrorType::InvalidLabel, in iter()
67 ErrorType::InvalidState, in iter()
68 ErrorType::InvalidOverflow, in iter()
75 impl TryFrom<i32> for ErrorType { implementation
131 error: ErrorType, in record_error() argument
159 error: ErrorType, in test_get_num_recorded_errors() argument
211 ErrorType::InvalidValue, in recording_of_all_error_types()
[all …]
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/utils/
H A Dexceptn.cpp11 std::string to_string(ErrorType type) in to_string()
15 case ErrorType::Unknown: in to_string()
17 case ErrorType::SystemError: in to_string()
21 case ErrorType::OutOfMemory: in to_string()
25 case ErrorType::IoError: in to_string()
29 case ErrorType::KeyNotSet: in to_string()
43 case ErrorType::TLSError: in to_string()
45 case ErrorType::HttpError: in to_string()
47 case ErrorType::InvalidTag: in to_string()
57 case ErrorType::TPMError: in to_string()
[all …]
H A Dexceptn.h20 enum class ErrorType { enum
101 virtual ErrorType error_type() const noexcept { return Botan::ErrorType::Unknown; } in error_type()
145 ErrorType error_type() const noexcept override { return ErrorType::InvalidArgument; } in error_type()
155 ErrorType error_type() const noexcept override { return ErrorType::InvalidKeyLength; } in error_type()
189 ErrorType error_type() const noexcept override { return ErrorType::EncodingFailure; } in error_type()
241 ErrorType error_type() const noexcept override { return ErrorType::KeyNotSet; } in error_type()
256 ErrorType error_type() const noexcept override { return ErrorType::LookupError; } in error_type()
295 ErrorType error_type() const noexcept override { return ErrorType::InvalidTag; } in error_type()
311 ErrorType error_type() const noexcept override { return ErrorType::IoError; } in error_type()
330 ErrorType error_type() const noexcept override { return ErrorType::SystemError; } in error_type()
[all …]
/dports/security/botan2/Botan-2.18.2/src/lib/utils/
H A Dexceptn.cpp11 std::string to_string(ErrorType type) in to_string()
15 case ErrorType::Unknown: in to_string()
17 case ErrorType::SystemError: in to_string()
21 case ErrorType::OutOfMemory: in to_string()
25 case ErrorType::IoError: in to_string()
29 case ErrorType::KeyNotSet: in to_string()
43 case ErrorType::TLSError: in to_string()
45 case ErrorType::HttpError: in to_string()
47 case ErrorType::InvalidTag: in to_string()
57 case ErrorType::TPMError: in to_string()
[all …]
H A Dexceptn.h20 enum class ErrorType { enum
101 virtual ErrorType error_type() const noexcept { return Botan::ErrorType::Unknown; } in error_type()
145 ErrorType error_type() const noexcept override { return ErrorType::InvalidArgument; } in error_type()
155 ErrorType error_type() const noexcept override { return ErrorType::InvalidKeyLength; } in error_type()
189 ErrorType error_type() const noexcept override { return ErrorType::EncodingFailure; } in error_type()
241 ErrorType error_type() const noexcept override { return ErrorType::KeyNotSet; } in error_type()
256 ErrorType error_type() const noexcept override { return ErrorType::LookupError; } in error_type()
295 ErrorType error_type() const noexcept override { return ErrorType::InvalidTag; } in error_type()
311 ErrorType error_type() const noexcept override { return ErrorType::IoError; } in error_type()
330 ErrorType error_type() const noexcept override { return ErrorType::SystemError; } in error_type()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/utils/
H A Dexceptn.cpp11 std::string to_string(ErrorType type) in to_string()
15 case ErrorType::Unknown: in to_string()
17 case ErrorType::SystemError: in to_string()
21 case ErrorType::OutOfMemory: in to_string()
25 case ErrorType::IoError: in to_string()
29 case ErrorType::KeyNotSet: in to_string()
43 case ErrorType::TLSError: in to_string()
45 case ErrorType::HttpError: in to_string()
47 case ErrorType::InvalidTag: in to_string()
57 case ErrorType::TPMError: in to_string()
[all …]
H A Dexceptn.h20 enum class ErrorType { enum
101 virtual ErrorType error_type() const noexcept { return Botan::ErrorType::Unknown; } in error_type()
145 ErrorType error_type() const noexcept override { return ErrorType::InvalidArgument; } in error_type()
155 ErrorType error_type() const noexcept override { return ErrorType::InvalidKeyLength; } in error_type()
189 ErrorType error_type() const noexcept override { return ErrorType::EncodingFailure; } in error_type()
241 ErrorType error_type() const noexcept override { return ErrorType::KeyNotSet; } in error_type()
256 ErrorType error_type() const noexcept override { return ErrorType::LookupError; } in error_type()
295 ErrorType error_type() const noexcept override { return ErrorType::InvalidTag; } in error_type()
311 ErrorType error_type() const noexcept override { return ErrorType::IoError; } in error_type()
330 ErrorType error_type() const noexcept override { return ErrorType::SystemError; } in error_type()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/glean-core/src/
H A Derror_recording.rs30 pub enum ErrorType { enum
41 impl ErrorType { impl
53 impl TryFrom<i32> for ErrorType { implementation
58 0 => Ok(ErrorType::InvalidValue), in try_from()
59 1 => Ok(ErrorType::InvalidLabel), in try_from()
60 2 => Ok(ErrorType::InvalidState), in try_from()
109 error: ErrorType, in record_error() argument
137 error: ErrorType, in test_get_num_recorded_errors() argument
189 ErrorType::InvalidValue, in recording_of_all_error_types()
197 ErrorType::InvalidLabel, in recording_of_all_error_types()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/glean-core/src/
H A Derror_recording.rs30 pub enum ErrorType { enum
41 impl ErrorType { impl
53 impl TryFrom<i32> for ErrorType { implementation
58 0 => Ok(ErrorType::InvalidValue), in try_from()
59 1 => Ok(ErrorType::InvalidLabel), in try_from()
60 2 => Ok(ErrorType::InvalidState), in try_from()
109 error: ErrorType, in record_error() argument
137 error: ErrorType, in test_get_num_recorded_errors() argument
189 ErrorType::InvalidValue, in recording_of_all_error_types()
197 ErrorType::InvalidLabel, in recording_of_all_error_types()
[all …]
/dports/irc/smuxi/smuxi-1.1/lib/agsxmpp/agsxmpp/protocol/client/
H A DError.cs246 public enum ErrorType enum
328 public ErrorType Type
332 return (ErrorType) GetAttributeEnum("type", typeof(ErrorType));
412 Type = ErrorType.auth;
420 Type = ErrorType.wait;
440 Type = ErrorType.auth;
448 Type = ErrorType.auth;
452 Type = ErrorType.wait;
460 Type = ErrorType.auth;
468 Type = ErrorType.wait;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/autofill/
H A DAutofillUiUtils.java52 @IntDef({ErrorType.EXPIRATION_MONTH, ErrorType.EXPIRATION_YEAR, ErrorType.EXPIRATION_DATE,
53 ErrorType.CVC, ErrorType.CVC_AND_EXPIRATION, ErrorType.NOT_ENOUGH_INFO, ErrorType.NONE})
55 public @interface ErrorType { annotation in AutofillUiUtils
133 @ErrorType
168 return ErrorType.NONE; in getExpirationDateErrorType()
221 case ErrorType.EXPIRATION_YEAR: in getErrorMessage()
224 case ErrorType.EXPIRATION_DATE: in getErrorMessage()
227 case ErrorType.CVC: in getErrorMessage()
233 case ErrorType.NONE: in getErrorMessage()
251 case ErrorType.NONE: in showDetailedErrorMessage()
[all …]
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/ffi/
H A Dffi.cpp35 case Botan::ErrorType::Unknown: in ffi_map_error_type()
38 case Botan::ErrorType::SystemError: in ffi_map_error_type()
39 case Botan::ErrorType::IoError: in ffi_map_error_type()
41 case Botan::ErrorType::Pkcs11Error: in ffi_map_error_type()
43 case Botan::ErrorType::TPMError: in ffi_map_error_type()
44 case Botan::ErrorType::ZlibError: in ffi_map_error_type()
45 case Botan::ErrorType::Bzip2Error: in ffi_map_error_type()
46 case Botan::ErrorType::LzmaError: in ffi_map_error_type()
58 case Botan::ErrorType::KeyNotSet: in ffi_map_error_type()
76 case Botan::ErrorType::HttpError: in ffi_map_error_type()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/ffi/
H A Dffi.cpp35 case Botan::ErrorType::Unknown: in ffi_map_error_type()
38 case Botan::ErrorType::SystemError: in ffi_map_error_type()
39 case Botan::ErrorType::IoError: in ffi_map_error_type()
41 case Botan::ErrorType::Pkcs11Error: in ffi_map_error_type()
43 case Botan::ErrorType::TPMError: in ffi_map_error_type()
44 case Botan::ErrorType::ZlibError: in ffi_map_error_type()
45 case Botan::ErrorType::Bzip2Error: in ffi_map_error_type()
46 case Botan::ErrorType::LzmaError: in ffi_map_error_type()
58 case Botan::ErrorType::KeyNotSet: in ffi_map_error_type()
76 case Botan::ErrorType::HttpError: in ffi_map_error_type()
[all …]
/dports/security/botan2/Botan-2.18.2/src/lib/ffi/
H A Dffi.cpp35 case Botan::ErrorType::Unknown: in ffi_map_error_type()
38 case Botan::ErrorType::SystemError: in ffi_map_error_type()
39 case Botan::ErrorType::IoError: in ffi_map_error_type()
41 case Botan::ErrorType::Pkcs11Error: in ffi_map_error_type()
43 case Botan::ErrorType::TPMError: in ffi_map_error_type()
44 case Botan::ErrorType::ZlibError: in ffi_map_error_type()
45 case Botan::ErrorType::Bzip2Error: in ffi_map_error_type()
46 case Botan::ErrorType::LzmaError: in ffi_map_error_type()
58 case Botan::ErrorType::KeyNotSet: in ffi_map_error_type()
76 case Botan::ErrorType::HttpError: in ffi_map_error_type()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/glean-core/src/
H A Derror_recording.rs30 pub enum ErrorType { enum
41 impl ErrorType { impl
53 impl TryFrom<i32> for ErrorType { implementation
58 0 => Ok(ErrorType::InvalidValue), in try_from()
59 1 => Ok(ErrorType::InvalidLabel), in try_from()
60 2 => Ok(ErrorType::InvalidState), in try_from()
109 error: ErrorType, in record_error() argument
137 error: ErrorType, in test_get_num_recorded_errors() argument
186 ErrorType::InvalidValue, in recording_of_all_error_types()
194 ErrorType::InvalidLabel, in recording_of_all_error_types()
[all …]

12345678910>>...150