Class ASGErrorResponse

java.lang.Object
com.ringcentral.definitions.ASGErrorResponse

public class ASGErrorResponse extends Object
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

    • ASGErrorResponse

      public ASGErrorResponse()
  • Method Details