Home
last modified time | relevance | path

Searched defs:WriteError (Results 1 – 25 of 537) sorted by relevance

12345678910>>...22

/dports/irc/smuxi/smuxi-1.1/lib/ServiceStack.Text/src/ServiceStack.Text/
H A DTracer.cs19 public void WriteError(Exception ex) { } in WriteError() method in ServiceStack.Text.Tracer.NullTracer
21 public void WriteError(string error) { } in WriteError() method in ServiceStack.Text.Tracer.NullTracer
23 public void WriteError(string format, params object[] args) { } in WriteError() method in ServiceStack.Text.Tracer.NullTracer
49 public void WriteError(Exception ex) in WriteError() method in ServiceStack.Text.Tracer.ConsoleTracer
54 public void WriteError(string error) in WriteError() method in ServiceStack.Text.Tracer.ConsoleTracer
59 public void WriteError(string format, params object[] args) in WriteError() method in ServiceStack.Text.Tracer.ConsoleTracer
H A DITracer.cs12 void WriteError(Exception ex); in WriteError() method
13 void WriteError(string error); in WriteError() method
14 void WriteError(string format, params object[] args); in WriteError() method
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.mongodb.org/mongo-driver/mongo/
H A Derrors.go84 type WriteError struct { struct
85 Index int
86 Code int
87 Message string
90 func (we WriteError) Error() string { return we.Message }
109 func writeErrorsFromResult(rwes []result.WriteError) WriteErrors {
167 WriteError anonMember
210 func processWriteError(wce *result.WriteConcernError, wes []result.WriteError, err error) (returnRe…
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/mongo/integration/mtest/
H A Ddeployment_helpers.go31 type WriteError struct { struct
32 Index int
33 Code int
34 Message string
81 func CreateWriteErrorsResponse(writeErrorrs ...WriteError) bson.D {
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/go.mongodb.org/mongo-driver/mongo/integration/mtest/
H A Ddeployment_helpers.go31 type WriteError struct { struct
32 Index int
33 Code int
34 Message string
81 func CreateWriteErrorsResponse(writeErrorrs ...WriteError) bson.D {
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/mongo/integration/mtest/
H A Ddeployment_helpers.go31 type WriteError struct { struct
32 Index int
33 Code int
34 Message string
81 func CreateWriteErrorsResponse(writeErrorrs ...WriteError) bson.D {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/mongo/integration/mtest/
H A Ddeployment_helpers.go31 type WriteError struct { struct
32 Index int
33 Code int
34 Message string
81 func CreateWriteErrorsResponse(writeErrorrs ...WriteError) bson.D {
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/go.mongodb.org/mongo-driver/mongo/integration/mtest/
H A Ddeployment_helpers.go31 type WriteError struct { struct
32 Index int
33 Code int
34 Message string
81 func CreateWriteErrorsResponse(writeErrorrs ...WriteError) bson.D {
/dports/databases/pecl-mongodb/mongodb-1.9.1/src/MongoDB/
H A DWriteError.c31 static PHP_METHOD(WriteError, getCode) in PHP_METHOD() argument
51 static PHP_METHOD(WriteError, getIndex) in PHP_METHOD() argument
70 static PHP_METHOD(WriteError, getMessage) in PHP_METHOD() argument
89 static PHP_METHOD(WriteError, getInfo) in PHP_METHOD() argument
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/p2p/base/
H A Dparsing.h65 struct WriteError { struct
77 bool BadWrite(const std::string& text, WriteError* error); argument
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/go.mongodb.org/mongo-driver/mongo/
H A Derrors.go128 type WriteError struct { struct
130 Index int
132 Code int
133 Message string
136 func (we WriteError) Error() string { return we.Message }
210 WriteError // The WriteError that occurred. anonMember
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/go.mongodb.org/mongo-driver/mongo/
H A Derrors.go128 type WriteError struct { struct
130 Index int
132 Code int
133 Message string
136 func (we WriteError) Error() string { return we.Message }
210 WriteError // The WriteError that occurred. anonMember
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/go.mongodb.org/mongo-driver/mongo/
H A Derrors.go128 type WriteError struct { struct
130 Index int
132 Code int
133 Message string
136 func (we WriteError) Error() string { return we.Message }
210 WriteError // The WriteError that occurred. anonMember
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/mongo/
H A Derrors.go156 type WriteError struct { struct
158 Index int
160 Code int
161 Message string
164 func (we WriteError) Error() string { return we.Message }
258 WriteError // The WriteError that occurred. anonMember
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-mongodbatlas/vendor/go.mongodb.org/mongo-driver/mongo/
H A Derrors.go156 type WriteError struct { struct
158 Index int
160 Code int
161 Message string
164 func (we WriteError) Error() string { return we.Message }
258 WriteError // The WriteError that occurred. anonMember
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GKCore/
H A DLogger.cs60 public static void WriteError(string msg) in WriteError() method in GKCore.Logger
70 public static void WriteError(string msg, Exception ex) in WriteError() method in GKCore.Logger
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCommunicator/GKNetCore/Logging/
H A DILogger.cs34 void WriteError(string msg); in WriteError() method
35 void WriteError(string msg, Exception ex); in WriteError() method
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/jcf2/Utils/
H A DJcfLog.pas61 procedure WriteError(const ps: string); procedure
127 procedure TJCFLog.WriteError(const ps: string); procedure
/dports/editors/lazarus/lazarus/components/jcf2/Utils/
H A DJcfLog.pas61 procedure WriteError(const ps: string); procedure
127 procedure TJCFLog.WriteError(const ps: string); procedure
/dports/editors/lazarus-qt5/lazarus/components/jcf2/Utils/
H A DJcfLog.pas61 procedure WriteError(const ps: string); procedure
127 procedure TJCFLog.WriteError(const ps: string); procedure
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/jcf2/Utils/
H A DJcfLog.pas61 procedure WriteError(const ps: string); procedure
127 procedure TJCFLog.WriteError(const ps: string); procedure
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/
H A Derrors.go162 type WriteError struct { struct
163 Index int64
164 Code int64
165 Message string
168 func (we WriteError) Error() string { return we.Message }
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/
H A Derrors.go162 type WriteError struct { struct
163 Index int64
164 Code int64
165 Message string
168 func (we WriteError) Error() string { return we.Message }
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/
H A Derrors.go162 type WriteError struct { struct
163 Index int64
164 Code int64
165 Message string
168 func (we WriteError) Error() string { return we.Message }
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv2/GEDmill/src/Logging/
H A DILogger.cs37 void WriteError(string msg); in WriteError() method
38 void WriteError(string msg, Exception ex); in WriteError() method

12345678910>>...22