Home
last modified time | relevance | path

Searched refs:nativeError (Results 1 – 25 of 251) sorted by relevance

1234567891011

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.WebSockets/src/System/Net/WebSockets/
H A DWebSocketException.cs58 public WebSocketException(int nativeError) in WebSocketException() argument
59 : base(nativeError) in WebSocketException()
62 SetErrorCodeOnError(nativeError); in WebSocketException()
68 : base(nativeError, message) in WebSocketException()
71 SetErrorCodeOnError(nativeError); in WebSocketException()
80 SetErrorCodeOnError(nativeError); in WebSocketException()
96 SetErrorCodeOnError(nativeError); in WebSocketException()
112 SetErrorCodeOnError(nativeError); in WebSocketException()
186 private void SetErrorCodeOnError(int nativeError) in SetErrorCodeOnError() argument
188 if (!Succeeded(nativeError)) in SetErrorCodeOnError()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/WebSockets/
H A DWebSocketException.cs60 public WebSocketException(int nativeError) in WebSocketException() argument
61 : base(nativeError) in WebSocketException()
64 this.SetErrorCodeOnError(nativeError); in WebSocketException()
70 : base(nativeError, message) in WebSocketException()
73 this.SetErrorCodeOnError(nativeError); in WebSocketException()
82 this.SetErrorCodeOnError(nativeError); in WebSocketException()
88 : this(error, nativeError, GetErrorMessage(error)) in WebSocketException()
98 this.SetErrorCodeOnError(nativeError); in WebSocketException()
114 this.SetErrorCodeOnError(nativeError); in WebSocketException()
195 private void SetErrorCodeOnError(int nativeError) in SetErrorCodeOnError() argument
[all …]
/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/vendor/github.com/hashicorp/terraform-plugin-sdk/internal/tfdiags/
H A Derror.go4 type nativeError struct { struct
8 var _ Diagnostic = nativeError{}
10 func (e nativeError) Severity() Severity { argument
14 func (e nativeError) Description() Description { argument
20 func (e nativeError) Source() Source { argument
25 func (e nativeError) FromExpr() *FromExpr { argument
/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/vendor/github.com/hashicorp/terraform/tfdiags/
H A Derror.go4 type nativeError struct { struct
8 var _ Diagnostic = nativeError{}
10 func (e nativeError) Severity() Severity { argument
14 func (e nativeError) Description() Description { argument
20 func (e nativeError) Source() Source { argument
25 func (e nativeError) FromExpr() *FromExpr { argument
/dports/sysutils/terraform/terraform-1.0.11/internal/tfdiags/
H A Derror.go4 type nativeError struct { struct
8 var _ Diagnostic = nativeError{}
10 func (e nativeError) Severity() Severity { argument
14 func (e nativeError) Description() Description { argument
20 func (e nativeError) Source() Source { argument
25 func (e nativeError) FromExpr() *FromExpr { argument
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.WebSockets/tests/
H A DWebSocketExceptionTests.cs87 …public void ConstructorTests_NativeError_Success(int nativeError, WebSocketError webSocketError, i… in ConstructorTests_NativeError_Success() argument
89 var wse = new WebSocketException(nativeError); in ConstructorTests_NativeError_Success()
97 …public void ConstructorTests_NativeError_Message_Success(int nativeError, WebSocketError webSocket… in ConstructorTests_NativeError_Message_Success() argument
100 var wse = new WebSocketException(nativeError, Message); in ConstructorTests_NativeError_Message_Success()
108 …public void ConstructorTests_NativeError_Exception_Success(int nativeError, WebSocketError webSock… in ConstructorTests_NativeError_Exception_Success() argument
111 var wse = new WebSocketException(nativeError, inner); in ConstructorTests_NativeError_Exception_Success()
119 …public void ConstructorTests_WebSocketError_NativeError_Success(int nativeError, WebSocketError er… in ConstructorTests_WebSocketError_NativeError_Success() argument
121 var wse = new WebSocketException(error, nativeError); in ConstructorTests_WebSocketError_NativeError_Success()
132 var wse = new WebSocketException(error, nativeError, Message); in ConstructorTests_WebSocketError_NativeError_Message_Success()
143 var wse = new WebSocketException(error, nativeError, inner); in ConstructorTests_WebSocketError_NativeError_Exception_Success()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SNI/
H A DSNIError.cs15 public readonly uint nativeError; field in System.Data.SqlClient.SNI.SNIError
21 … public SNIError(SNIProviders provider, uint nativeError, uint sniErrorCode, string errorMessage) in SNIError() argument
26 this.nativeError = nativeError; in SNIError()
37 this.nativeError = 0; in SNIError()
H A DSNICommon.cs153 …internal static uint ReportSNIError(SNIProviders provider, uint nativeError, uint sniError, string… in ReportSNIError() argument
155 return ReportSNIError(new SNIError(provider, nativeError, sniError, errorMessage)); in ReportSNIError()
/dports/devel/log4net/log4net-1.2.10/src/Appender/
H A DNetSendAppender.cs308 NativeError nativeError = null; in Append()
322 nativeError = NativeError.GetError(returnValue); in Append()
326 if (nativeError != null) in Append()
329 …ErrorHandler.Error(nativeError.ToString() + " (Params: Server=" + this.Server + ", Recipient=" + t… in Append()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.WebSockets/ref/
H A DSystem.Net.WebSockets.cs91 public WebSocketException(int nativeError) { } in WebSocketException() argument
92 public WebSocketException(int nativeError, System.Exception innerException) { } in WebSocketException() argument
93 public WebSocketException(int nativeError, string message) { } in WebSocketException() argument
96 public WebSocketException(System.Net.WebSockets.WebSocketError error, int nativeError) { } in WebSocketException() argument
97 …public WebSocketException(System.Net.WebSockets.WebSocketError error, int nativeError, System.Exce… in WebSocketException() argument
98 …public WebSocketException(System.Net.WebSockets.WebSocketError error, int nativeError, string mess… in WebSocketException() argument
99 …public WebSocketException(System.Net.WebSockets.WebSocketError error, int nativeError, string mess… in WebSocketException() argument
/dports/graphics/qgis/qgis-3.22.3/src/providers/db2/
H A Dqgsdb2geometrycolumns.cpp51 QString nativeError; in open() local
66 nativeError = mQuery.lastError().nativeErrorCode(); in open()
67 QgsDebugMsg( QStringLiteral( "SQLCODE: %1" ).arg( nativeError ) ); in open()
83 nativeError.clear(); in open()
89 return nativeError; in open()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/db2/
H A Dqgsdb2geometrycolumns.cpp49 QString nativeError; in open() local
64 nativeError = mQuery.lastError().nativeErrorCode(); in open()
65 QgsDebugMsg( QStringLiteral( "SQLCODE: %1" ).arg( nativeError ) ); in open()
81 nativeError.clear(); in open()
87 return nativeError; in open()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/
H A DTdsParser.Windows.cs100 details.nativeError = sniError.nativeError; in GetSniErrorDetails()
112 details.nativeError = sniError.nativeError; in GetSniErrorDetails()
H A DTdsParser.Unix.cs34 details.nativeError = sniError.nativeError; in GetSniErrorDetails()
/dports/lang/mono/mono-5.10.1.57/mcs/class/IBM.Data.DB2/IBM.Data.DB2/
H A DDB2ErrorCollection.cs42 int nativeError; in DB2ErrorCollection()
44 …rapper.SQLGetDiagRec(sqlHandleType, sqlHandle, recNum++, sqlState, out nativeError, errorMessage, … in DB2ErrorCollection()
47 Add(new DB2Error(errorMessage.ToString(), sqlState.ToString(), nativeError)); in DB2ErrorCollection()
/dports/graphics/qgis/qgis-3.22.3/external/odbccpp/src/odbc/
H A DException.cpp13 SQLINTEGER nativeError; in appendRecord() local
17 &nativeError, messageText, sizeof(messageText)/sizeof(SQLCHAR), in appendRecord()
25 out << "ERROR: " << nativeError << ": " << sqlState << " : " in appendRecord()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/OleDb/
H A DOleDbError.cs22 readonly private int nativeError; field in System.Data.OleDb.OleDbError
94 this.nativeError = sqlErrorInfo.GetSQLInfo(out this.sqlState); in OleDbError()
110 return this.nativeError;
/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/
H A DEcmaError.java48 public EcmaError(Scriptable nativeError, String sourceName, in EcmaError() argument
51 this("InternalError", ScriptRuntime.toString(nativeError), in EcmaError()
/dports/net-im/tg_owt/tg_owt-d578c76/src/sdk/objc/api/peerconnection/
H A DRTCRtpTransceiver.mm81 webrtc::RTCError nativeError = _nativeRtpTransceiver->SetDirectionWithError(
84 if (!nativeError.ok() && error) {
86 code:static_cast<int>(nativeError.type())
88 @"message" : [NSString stringWithCString:nativeError.message()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/sdk/objc/api/peerconnection/
H A DRTCRtpTransceiver.mm81 webrtc::RTCError nativeError = _nativeRtpTransceiver->SetDirectionWithError(
84 if (!nativeError.ok() && error) {
86 code:static_cast<int>(nativeError.type())
88 @"message" : [NSString stringWithCString:nativeError.message()
/dports/comms/klog/klog-1.8.5/src/
H A Dsearchwindow.h84 …void queryError(QString functionFailed, QString errorCodeS, QString nativeError, QString failedQue…
99 …void slotQueryErrorManagement(QString functionFailed, QString errorCodeS, QString nativeError, QSt…
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/odbc/c_src/
H A Dodbcserver.c158 static db_result_msg encode_error_message(char *reason, char *errCode, SQLINTEGER nativeError);
512 …de_error_message(diagnos.error_msg, extended_error(state, diagnos.sqlState), diagnos.nativeError ); in db_connect()
547 …ode_error_message(diagnos.error_msg, extended_error(state, diagnos.sqlState), diagnos.nativeError); in db_connect()
579 …ode_error_message(diagnos.error_msg, extended_error(state, diagnos.sqlState), diagnos.nativeError); in db_close_connection()
1016 static db_result_msg encode_error_message(char *reason, char *errCode, SQLINTEGER nativeError ) in encode_error_message() argument
1029 ei_encode_long(NULL, &index, nativeError); in encode_error_message()
1045 ei_encode_long((char *)msg.buffer, &index, nativeError); in encode_error_message()
2723 SQLINTEGER nativeError; in get_diagnos() local
2742 &nativeError, (SQLCHAR *)current_errmsg_pos, in get_diagnos()
2748 diagnos.nativeError = nativeError; in get_diagnos()
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/odbc/c_src/
H A Dodbcserver.c514 diagnos.nativeError ); in db_connect()
551 diagnos.nativeError); in db_connect()
585 diagnos.nativeError); in db_close_connection()
614 diagnos.nativeError); in db_end_tran()
976 diagnos.nativeError); in db_describe_table()
986 diagnos.nativeError); in db_describe_table()
1048 ei_encode_long(NULL, &index, nativeError); in encode_error_message()
2748 SQLINTEGER nativeError; in get_diagnos() local
2767 &nativeError, (SQLCHAR *)current_errmsg_pos, in get_diagnos()
2773 diagnos.nativeError = nativeError; in get_diagnos()
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/odbc/c_src/
H A Dodbcserver.c514 diagnos.nativeError ); in db_connect()
551 diagnos.nativeError); in db_connect()
585 diagnos.nativeError); in db_close_connection()
614 diagnos.nativeError); in db_end_tran()
976 diagnos.nativeError); in db_describe_table()
986 diagnos.nativeError); in db_describe_table()
1048 ei_encode_long(NULL, &index, nativeError); in encode_error_message()
2748 SQLINTEGER nativeError; in get_diagnos() local
2767 &nativeError, (SQLCHAR *)current_errmsg_pos, in get_diagnos()
2773 diagnos.nativeError = nativeError; in get_diagnos()
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/odbc/c_src/
H A Dodbcserver.c514 diagnos.nativeError ); in db_connect()
551 diagnos.nativeError); in db_connect()
585 diagnos.nativeError); in db_close_connection()
614 diagnos.nativeError); in db_end_tran()
976 diagnos.nativeError); in db_describe_table()
986 diagnos.nativeError); in db_describe_table()
1048 ei_encode_long(NULL, &index, nativeError); in encode_error_message()
2748 SQLINTEGER nativeError; in get_diagnos() local
2767 &nativeError, (SQLCHAR *)current_errmsg_pos, in get_diagnos()
2773 diagnos.nativeError = nativeError; in get_diagnos()
[all …]

1234567891011