View Source Lightning.MetadataService.Error exception (Lightning v2.10.4)

Summary

Functions

Callback implementation for Exception.message/1.

Types

@type t() :: %Lightning.MetadataService.Error{__exception__: true, type: String.t()}

Functions

@spec message(t()) :: String.t()

Callback implementation for Exception.message/1.

@spec new(type :: String.t()) :: t()