Exceptions
March 15, 2018 ยท View on GitHub
Exceptions contain the same properties as the error property of an
error response. They also
include a details property with a stack trace.
When an instruction fails, its promise is rejected with an exception object.
When a client-side or server-side error occurs, an exception will be
logged using the
error parameter.