Share via


IntegrationServiceErrorCode Struct

Definition

The error response code.

public readonly struct IntegrationServiceErrorCode : IEquatable<Azure.ResourceManager.Logic.Models.IntegrationServiceErrorCode>
type IntegrationServiceErrorCode = struct
Public Structure IntegrationServiceErrorCode
Implements IEquatable(Of IntegrationServiceErrorCode)
Inheritance
IntegrationServiceErrorCode
Implements

Constructors

IntegrationServiceErrorCode(String)

Initializes a new instance of IntegrationServiceErrorCode.

Properties

IntegrationServiceEnvironmentNotFound

IntegrationServiceEnvironmentNotFound.

InternalServerError

InternalServerError.

InvalidOperationId

InvalidOperationId.

NotSpecified

NotSpecified.

Methods

Equals(IntegrationServiceErrorCode)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(IntegrationServiceErrorCode, IntegrationServiceErrorCode)

Determines if two IntegrationServiceErrorCode values are the same.

Implicit(String to IntegrationServiceErrorCode)

Converts a string to a IntegrationServiceErrorCode.

Inequality(IntegrationServiceErrorCode, IntegrationServiceErrorCode)

Determines if two IntegrationServiceErrorCode values are not the same.

Applies to