Class ApiExceptionError

java.lang.Object
org.saidone.exception.ApiExceptionError

public class ApiExceptionError extends Object
Represents an error payload returned by the REST API.

This class mirrors the structure used by Alfresco to describe errors occurring while processing a request. It can be serialized and returned as part of the response body.

  • Constructor Details

    • ApiExceptionError

      public ApiExceptionError()