AvroError

vulcan.AvroError
See theAvroError companion object
sealed abstract class AvroError

Error which occurred while generating a schema, or while encoding or decoding.

Use AvroError.apply to create an instance, and AvroError#message to retrieve the message.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def message: String
def throwable: Throwable

Concrete methods

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
Any