Lightning.MetadataService.Error exception (Lightning v2.13.5)

View Source

Summary

Functions

Callback implementation for Exception.message/1.

Types

t()

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

Functions

message(map)

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

Callback implementation for Exception.message/1.

new(type)

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