Class ApiError

java.lang.Object
com.ringcentral.definitions.ApiError

public class ApiError extends Object
Generalized API error structure suitable for any error type
  • Field Details

    • errorCode

      public String errorCode
      Logical error code (typically, 3 letters followed with number, dash separated) Required Example: XXX-123
    • message

      public String message
      User-friendly error message Required Example: Something went wrong
  • Constructor Details

    • ApiError

      public ApiError()
  • Method Details