Megosztás a következőn keresztül:


MongoDBErrorType Struct

Definition

The type of error or warning.

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

Constructors

MongoDBErrorType(String)

Initializes a new instance of MongoDBErrorType.

Properties

Error

Error.

ValidationError

ValidationError.

Warning

Warning.

Methods

Equals(MongoDBErrorType)

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(MongoDBErrorType, MongoDBErrorType)

Determines if two MongoDBErrorType values are the same.

Implicit(String to MongoDBErrorType)

Converts a string to a MongoDBErrorType.

Inequality(MongoDBErrorType, MongoDBErrorType)

Determines if two MongoDBErrorType values are not the same.

Applies to