Flutter Engine
 
Loading...
Searching...
No Matches
status.h File Reference
#include <string_view>

Go to the source code of this file.

Classes

class  fml::Status
 

Namespaces

namespace  fml
 

Enumerations

enum class  fml::StatusCode {
  fml::kOk ,
  fml::kCancelled ,
  fml::kUnknown ,
  fml::kInvalidArgument ,
  fml::kDeadlineExceeded ,
  fml::kNotFound ,
  fml::kAlreadyExists ,
  fml::kPermissionDenied ,
  fml::kResourceExhausted ,
  fml::kFailedPrecondition ,
  fml::kAborted ,
  fml::kOutOfRange ,
  fml::kUnimplemented ,
  fml::kInternal ,
  fml::kUnavailable ,
  fml::kDataLoss ,
  fml::kUnauthenticated
}