Class ErrorDetails

java.lang.Object
com.loop54.model.response.ErrorDetails

public class ErrorDetails extends Object
Detailed information regarding an error returned from the engine.
  • Field Details

    • code

      public int code
      The HTTP status code of the response.
    • status

      public String status
      The HTTP status code of the response.
    • title

      public String title
      The name of the error.
    • detail

      public String detail
      The more detailed information about the error. Note: not always shown.
    • parameter

      public String parameter
      The input parameter, if any, that caused the error.
  • Constructor Details

    • ErrorDetails

      public ErrorDetails()