AvroDecodingError

vulcan.AvroDecodingError
See theAvroDecodingError companion object
sealed abstract class AvroDecodingError extends AvroError

Attributes

Companion
object
Deprecated
true
Graph
Supertypes
class AvroError
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def withDecodingTypeName(decodingTypeName: String): AvroDecodingError

Inherited methods

def message: String

Attributes

Inherited from:
AvroError
def throwable: Throwable

Attributes

Inherited from:
AvroError
final override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
AvroError -> Any
Inherited from:
AvroError