MCPcopy Create free account
hub / github.com/apache/fory / Err

Method Err

go/fory/reader.go:126–128  ·  view source on GitHub ↗

Err returns a pointer to the accumulated error for passing to buffer methods

()

Source from the content-addressed store, hash-verified

124
125// Err returns a pointer to the accumulated error for passing to buffer methods
126func (c *ReadContext) Err() *Error {
127 return &c.err
128}
129
130// SetError sets the error state if no error has occurred yet (first error wins)
131func (c *ReadContext) SetError(e Error) {

Callers 15

readExpectedTypeIDMethod · 0.95
RawBoolMethod · 0.95
RawInt8Method · 0.95
RawInt16Method · 0.95
RawInt32Method · 0.95
RawInt64Method · 0.95
RawFloat32Method · 0.95
RawFloat64Method · 0.95
ReadVarint32Method · 0.95
ReadVarint64Method · 0.95
ReadVarUint32Method · 0.95

Calls

no outgoing calls