Classes |
Public Member Functions |
Static Public Member Functions |
Public Attributes |
List of all members
ConfigDB::Status Struct Reference
Stores import/export stream status information. More...
#include <Status.h>
Collaboration diagram for ConfigDB::Status:
Classes | |
| struct | Code |
Public Member Functions | |
| Status & | operator= (FormatError err) |
| Set status to format error. More... | |
| operator bool () const | |
| String | toString () const |
| size_t | printTo (Print &p) const |
Static Public Member Functions | |
| static Status | fileError (int errorCode) |
| Create a file error status structure. More... | |
| static Status | formatError (FormatError err) |
| Create a format error status structure. More... | |
Public Attributes | |
| Error | error {} |
| Code | code |
Detailed Description
Stores import/export stream status information.
Member Function Documentation
◆ fileError()
|
inlinestatic |
Create a file error status structure.
- Parameters
-
errorCode Filesystem error code
◆ formatError()
|
inlinestatic |
Create a format error status structure.
◆ operator bool()
|
inlineexplicit |
◆ operator=()
|
inline |
Set status to format error.
◆ printTo()
|
inline |
◆ toString()
| String ConfigDB::Status::toString | ( | ) | const |
Member Data Documentation
◆ code
| Code ConfigDB::Status::code |
◆ error
| Error ConfigDB::Status::error {} |
The documentation for this struct was generated from the following file:
1.9.1