Trogon.TypeProvider.UnregisteredMappingError exception (Trogon.TypeProvider v0.2.2)

View Source

Exception raised when attempting to access an unregistered type mapping in a TypeProvider.

This exception provides detailed information about the failed lookup, including the mapping that was requested and the TypeProvider that was consulted.

Summary

Types

t()

@type t() :: %Trogon.TypeProvider.UnregisteredMappingError{
  __exception__: true,
  mapping: term(),
  type_provider: module()
}