overflow
Value too large to be stored in data type.
Declaration
static var overflow: Errno { get }Mentioned in
Discussion
A numerical result of the function is too large to be stored in the space that the caller provided.
The corresponding C error is EOVERFLOW.