resourceError constant

int const resourceError

Failed to allocate resources.

This error code is used when the resources cannot be allocated.

Implementation

static const int resourceError = 1010;