ApplyError


Description:


public errordomain ApplyError

Can hold either json string or something else.

You can build both with

  throw new ApplyError.BASE ("Message");
and
  throw ApplyError.build_error ("Title", "Body");

If you creating error manually, "Something went wrong" will be used as title.


Namespace: ReadySet
Package: libready-set-0

Content:

Error codes:

Static methods: