Espacios de nombres
Variantes

std::error_category::message

De cppreference.com
 
 
Biblioteca de servicios
 
 
 
<tbody> </tbody>
virtual std::string message( int condition ) const = 0;
(desde C++11)
Devuelve una cadena que describe la condición de error dado por la categoría de error representado por *this .
Original:
Returns a string describing the given error condition for the error category represented by *this.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Parámetros

condition -
especifica la condición de error de describir
Original:
specifies the error condition to describe
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Valor de retorno

Una cadena que describe la condición de error dado .
Original:
A string describing the given error condition.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Excepciones

Especificación noexcept:  
<tbody> </tbody>
noexcept
  (desde C++11)