ash_json_api v0.1.2 AshJsonApi.Error behaviour View Source

Link to this section Summary

Link to this section Functions

Link to this section Callbacks

Link to this callback

new(arg1)

View Source
new(Keyword.t()) ::
  %AshJsonApi.Error{
    about: term(),
    code: term(),
    detail: term(),
    id: term(),
    internal_description: term(),
    log_level: term(),
    meta: term(),
    source_parameter: term(),
    source_pointer: term(),
    status: term(),
    status_code: term(),
    title: term()
  }
  | [
      %AshJsonApi.Error{
        about: term(),
        code: term(),
        detail: term(),
        id: term(),
        internal_description: term(),
        log_level: term(),
        meta: term(),
        source_parameter: term(),
        source_pointer: term(),
        status: term(),
        status_code: term(),
        title: term()
      }
    ]