java.lang.Object
com.woorea.openstack.keystone.model.Error
All Implemented Interfaces:
Serializable

public class Error extends Object implements Serializable
See Also:
  • Field Details

  • Constructor Details

    • Error

      public Error()
  • Method Details

    • getCode

      public Integer getCode()
      Returns:
      the code
    • getTitle

      public String getTitle()
      Returns:
      the title
    • getMessage

      public String getMessage()
      Returns:
      the message
    • toString

      public String toString()
      Overrides:
      toString in class Object