Class ErrorResponse

java.lang.Object
com.loop54.model.response.Response
com.loop54.model.response.ErrorResponse

public class ErrorResponse extends Response
Response returned by the engine when an error has occurred.
  • Field Details

    • error

      public ErrorDetails error
      Details about the error.
  • Constructor Details

    • ErrorResponse

      public ErrorResponse()