proxygen
|
#include <Expected.h>
Public Member Functions | |
BadExpectedAccess (Error err) | |
Error | error () const |
Public Member Functions inherited from folly::BadExpectedAccess | |
BadExpectedAccess () | |
Private Attributes | |
Error | error_ |
Unexpected::BadExpectedAccess - An exception type thrown by Expected when the user tries to access the nested value but the Expected object is actually storing an error code.
Definition at line 691 of file Expected.h.
|
inlineexplicit |
|
inline |
The error code that was held by the Expected object when the user erroneously requested the value.
Definition at line 699 of file Expected.h.
|
private |
Definition at line 704 of file Expected.h.