ash

v0.1.3

  • Pages
  • Modules
  • Exceptions

    ash v0.1.3 Ash.Error View Source

    Link to this section Summary

    Types

    error_class()

    Functions

    choose_error(errors)
    code(error)

    See Ash.ErrorKind.code/1.

    def_ash_error(fields, opts \\ [])
    description(error)

    See Ash.ErrorKind.description/1.

    error_descriptions(errors)
    error_messages(errors)
    id(error)

    See Ash.ErrorKind.id/1.

    impl_for(error)

    See Ash.ErrorKind.impl_for/1.

    message(error)

    See Ash.ErrorKind.message/1.

    Link to this section Types

    Link to this type

    error_class()

    View Source
    error_class() :: :invalid | :authorization | :framework | :unknown

    Link to this section Functions

    Link to this function

    choose_error(errors)

    View Source
    Link to this function

    code(error)

    View Source

    See Ash.ErrorKind.code/1.

    Link to this macro

    def_ash_error(fields, opts \\ [])

    View Source (macro)
    Link to this function

    description(error)

    View Source

    See Ash.ErrorKind.description/1.

    Link to this function

    error_descriptions(errors)

    View Source
    Link to this function

    error_messages(errors)

    View Source
    Link to this function

    id(error)

    View Source

    See Ash.ErrorKind.id/1.

    Link to this function

    impl_for(error)

    View Source

    See Ash.ErrorKind.impl_for/1.

    Link to this function

    message(error)

    View Source

    See Ash.ErrorKind.message/1.

    Built using ExDoc (v0.21.2), designed by Friedel Ziegelmayer.