Class ErrorResponse

java.lang.Object
org.alfresco.rest.framework.core.exceptions.ErrorResponse

public class ErrorResponse extends Object
A response object that can be represented to the client, based on the Alfresco API guidelines.
Author:
Gethin James
  • Constructor Details

  • Method Details

    • getErrorKey

      public String getErrorKey()
    • getStatusCode

      public int getStatusCode()
    • getBriefSummary

      public String getBriefSummary()
    • getStackTrace

      public String getStackTrace()
    • getDescriptionURL

      public String getDescriptionURL()
    • getAdditionalState

      public Map<String,Object> getAdditionalState()
    • getLogId

      public String getLogId()
    • toString

      public String toString()
      Overrides:
      toString in class Object