Skip to content

FieldError

Raised when accessing a nonexistent field on an object.

Inherits from: RuntimeError

Constructor

FieldError name

Builds an error naming a field that does not exist.

Parameters

NameTypeDescription
name Sym the field that does not exist