MCPcopy Create free account
hub / github.com/OpenListTeam/OpenList / Error

Method Error

server/webdav/internal/xml/xml.go:34–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32}
33
34func (e *SyntaxError) Error() string {
35 return "XML syntax error on line " + strconv.Itoa(e.Line) + ": " + e.Msg
36}
37
38// A Name represents an XML name (Local) annotated with a name space
39// identifier (Space). In tokens returned by Decoder.Token, the Space

Callers 15

mainFunction · 0.45
TestCopyTokenCharDataFunction · 0.45
TestSyntaxErrorLineNumFunction · 0.45
TestEscapeTextIOErrorsFunction · 0.45
TestMarshalErrorsFunction · 0.45
TestMarshalWriteErrorsFunction · 0.45
TestMarshalWriteIOErrorsFunction · 0.45
TestEncodeTokenFunction · 0.45
callFSLinkMethod · 0.45
callFSGetMethod · 0.45

Calls

no outgoing calls

Tested by 9

TestCopyTokenCharDataFunction · 0.36
TestSyntaxErrorLineNumFunction · 0.36
TestEscapeTextIOErrorsFunction · 0.36
TestMarshalErrorsFunction · 0.36
TestMarshalWriteErrorsFunction · 0.36
TestMarshalWriteIOErrorsFunction · 0.36
TestEncodeTokenFunction · 0.36