View Source Z.Error (Z! v1.0.0)

The Error struct

Link to this section Summary

Link to this section Types

@type t() :: %Z.Error{code: String.t(), message: String.t(), path: [String.t()]}

Link to this section Functions

Link to this function

new(code, message, context)

View Source