Reports an error associated with an incorrect number of constraints.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | name |
The name of the routine in which the error was found. |
||
| integer(kind=int32), | intent(in) | :: | expected |
The expected number of constraints. |
||
| integer(kind=int32), | intent(in) | :: | actual |
The actual number of constraints. |
||
| class(errors), | intent(inout) | :: | err |
An errors-based object that if provided can be used to retrieve information relating to any errors encountered during execution. |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=256), | public | :: | errmsg |