MongoDbError interface
Describes an error or warning that occurred during a MongoDB migration
Properties
code | The non-localized, machine-readable code that describes the error or warning |
count | The number of times the error or warning has occurred |
message | The localized, human-readable message that describes the error or warning |
type | The type of error or warning |
Property Details
code
The non-localized, machine-readable code that describes the error or warning
code?: string
Property Value
string
count
The number of times the error or warning has occurred
count?: number
Property Value
number
message
The localized, human-readable message that describes the error or warning
message?: string
Property Value
string
type
The type of error or warning
type?: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript