Property | Type | Description | |
---|---|---|---|
details | string | ||
error | int | ||
reason | string |
Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
Determines whether the specified System.Object is equal to the current Meteor.Error. If both objects are errors, their reason and error codes will be compared instead of the instances.
|
|
Error ( ) | ||
GetHashCode ( ) : int |
Serves as a hash function for a Meteor.Error object. This is defined as the error code in order to facilitate better comparisons.
|
|
operator ( ) : bool |
Compares two error objects to see if their reasons and error codes are not equal.
|
Method | Description | |
---|---|---|
IsNull ( ) : bool |
public Equals ( object obj ) : bool | ||
obj | object | The |
return | bool |