Home
last modified time | relevance | path

Searched defs:errorContext (Results 1 – 25 of 81) sorted by relevance

1234

/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/cihub/seelog/
H A Dcommon_context.go195 type errorContext struct { struct
196 errorTime time.Time
197 err error
204 func (errContext *errorContext) IsValid() bool {
208 func (errContext *errorContext) Line() int {
212 func (errContext *errorContext) Func() string {
216 func (errContext *errorContext) ShortPath() string {
220 func (errContext *errorContext) FullPath() string {
224 func (errContext *errorContext) FileName() string {
228 func (errContext *errorContext) CallTime() time.Time {
[all …]
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/cihub/seelog/
H A Dcommon_context.go195 type errorContext struct { struct
196 errorTime time.Time
197 err error
204 func (errContext *errorContext) IsValid() bool {
208 func (errContext *errorContext) Line() int {
212 func (errContext *errorContext) Func() string {
216 func (errContext *errorContext) ShortPath() string {
220 func (errContext *errorContext) FullPath() string {
224 func (errContext *errorContext) FileName() string {
228 func (errContext *errorContext) CallTime() time.Time {
[all …]
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/cihub/seelog/
H A Dcommon_context.go195 type errorContext struct { struct
196 errorTime time.Time
197 err error
204 func (errContext *errorContext) IsValid() bool {
208 func (errContext *errorContext) Line() int {
212 func (errContext *errorContext) Func() string {
216 func (errContext *errorContext) ShortPath() string {
220 func (errContext *errorContext) FullPath() string {
224 func (errContext *errorContext) FileName() string {
228 func (errContext *errorContext) CallTime() time.Time {
[all …]
/dports/www/nextcloud/nextcloud/3rdparty/justinrainbow/json-schema/src/JsonSchema/Constraints/
H A DBaseConstraint.php81 public function getErrors($errorContext = Validator::ERROR_ALL)
94 public function numErrors($errorContext = Validator::ERROR_ALL)
H A DFactory.php47 protected $errorContext = Validator::ERROR_DOCUMENT_VALIDATION; variable in JsonSchema\\Constraints\\Factory
216 public function setErrorContext($errorContext)
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json.Tests/TestObjects/
H A DSerializationEventTestObject.cs93 internal void OnErrorMethod(StreamingContext context, ErrorContext errorContext) in OnErrorMethod()
131 internal void OnDerivedErrorMethod(StreamingContext context, ErrorContext errorContext) in OnDerivedErrorMethod()
H A DListErrorObjectCollection.cs35 internal void OnErrorMethod(StreamingContext context, ErrorContext errorContext) in OnErrorMethod()
H A DDateTimeErrorObjectCollection.cs36 internal void OnErrorMethod(StreamingContext context, ErrorContext errorContext) in OnErrorMethod()
H A DPersonError.cs57 internal void HandleError(StreamingContext context, ErrorContext errorContext) in HandleError()
H A DVersionKeyedCollection.cs51 internal void OnErrorMethod(StreamingContext context, ErrorContext errorContext) in OnErrorMethod()
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json.Tests/TestObjects/
H A DListErrorObjectCollection.cs35 internal void OnErrorMethod(StreamingContext context, ErrorContext errorContext) in OnErrorMethod()
H A DDateTimeErrorObjectCollection.cs36 internal void OnErrorMethod(StreamingContext context, ErrorContext errorContext) in OnErrorMethod()
H A DPersonError.cs28 internal void HandleError(StreamingContext context, ErrorContext errorContext) in HandleError()
H A DVersionKeyedCollection.cs51 internal void OnErrorMethod(StreamingContext context, ErrorContext errorContext) in OnErrorMethod()
H A DSerializationEventTestObject.cs94 internal void OnErrorMethod(StreamingContext context, ErrorContext errorContext) in OnErrorMethod()
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json/Serialization/
H A DErrorEventArgs.cs26 public ErrorEventArgs(object currentObject, ErrorContext errorContext) in ErrorEventArgs()
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json/Serialization/
H A DErrorEventArgs.cs52 public ErrorEventArgs(object currentObject, ErrorContext errorContext) in ErrorEventArgs()
H A DJsonContract.cs62 …ate void SerializationErrorCallback(object o, StreamingContext context, ErrorContext errorContext); in SerializationErrorCallback()
371 internal void InvokeOnError(object o, StreamingContext context, ErrorContext errorContext) in InvokeOnError()
/dports/irc/smuxi/smuxi-1.1/lib/Newtonsoft.Json/Src/Newtonsoft.Json/Serialization/
H A DErrorEventArgs.cs51 public ErrorEventArgs(object currentObject, ErrorContext errorContext) in ErrorEventArgs()
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/encoding/json/
H A Ddecode.go204 type errorContext struct { struct
205 Struct reflect.Type
206 FieldStack []string
215 errorContext *errorContext member
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/encoding/json/
H A Ddecode.go204 type errorContext struct { struct
205 Struct reflect.Type
206 FieldStack []string
215 errorContext *errorContext member
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/dom/
H A DXMLDocumentParserScope.cpp45 …lGenericErrorFunc genericErrorFunc, xmlStructuredErrorFunc structuredErrorFunc, void* errorContext) in XMLDocumentParserScope()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/DynamicUpdate/
H A DEnvironmentUpdateMap.cs168 DynamicUpdateMap.MergeErrorContext errorContext) in Merge()
241 DynamicUpdateMap.MergeErrorContext errorContext) in ThrowIfMapsIncompatible()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/
H A DEntitySqlException.cs130 …private EntitySqlException(string message, string errorDescription, string errorContext, int line,… in EntitySqlException()
266 private static string FormatQueryError(string errorMessage, string errorContext) in FormatQueryError()
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json.Tests/Documentation/Samples/Serializer/
H A DErrorHandlingAttribute.cs70 internal void OnError(StreamingContext context, ErrorContext errorContext) in OnError()

1234