View Source Z.Issue (Z! v1.1.0)

The Issue struct

Link to this section Summary

Link to this section Types

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

Link to this section Functions

Link to this function

new(code, message, context)

View Source