Class ErrorEntry

java.lang.Object
com.ringcentral.definitions.ErrorEntry

public class ErrorEntry extends Object
Single (of potential multiple) error entry in an ASG error response
  • Field Details

    • errorCode

      public String errorCode
      Error code Required Example: CMN-101
    • message

      public String message
      Human-readable description of the error. Not suitable for end users. Required Example: AccountId 1234 is invalid
  • Constructor Details

    • ErrorEntry

      public ErrorEntry()
  • Method Details