Class ErrorResponseCode

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ErrorResponseCode>
com.azure.resourcemanager.logic.models.ErrorResponseCode

public final class ErrorResponseCode extends com.azure.core.util.ExpandableStringEnum<ErrorResponseCode>
The error response code.
  • Field Details

    • NOT_SPECIFIED

      public static final ErrorResponseCode NOT_SPECIFIED
      Static value NotSpecified for ErrorResponseCode.
    • INTEGRATION_SERVICE_ENVIRONMENT_NOT_FOUND

      public static final ErrorResponseCode INTEGRATION_SERVICE_ENVIRONMENT_NOT_FOUND
      Static value IntegrationServiceEnvironmentNotFound for ErrorResponseCode.
    • INTERNAL_SERVER_ERROR

      public static final ErrorResponseCode INTERNAL_SERVER_ERROR
      Static value InternalServerError for ErrorResponseCode.
    • INVALID_OPERATION_ID

      public static final ErrorResponseCode INVALID_OPERATION_ID
      Static value InvalidOperationId for ErrorResponseCode.
  • Constructor Details

    • ErrorResponseCode

      @Deprecated public ErrorResponseCode()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of ErrorResponseCode value.
  • Method Details

    • fromString

      public static ErrorResponseCode fromString(String name)
      Creates or finds a ErrorResponseCode from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding ErrorResponseCode.
    • values

      public static Collection<ErrorResponseCode> values()
      Gets known ErrorResponseCode values.
      Returns:
      known ErrorResponseCode values.