failure constant

int const failure

A generic catch-all error message; it should be returned if an error occurs for which there is no more specific error code defined.

Implementation

static const failure = 4;