IsNotFound
Gets a value indicating whether the underlying error is a Not Found error.
def IsNotFound(
err: error
) - > bool
Gets a value indicating whether the underlying error is a Not Found error.
Parameters
| Name | Type | Description |
|---|---|---|
| err | error | The error to check for a Not Found condition. |
Returns
| Type | Description |
|---|---|
bool | True if the error is a Not Found error, False otherwise. |