Sming Framework API
(1.2.0-1197-gfbe6fec4)
Toggle main menu visibility
Sming
Components
IFS
src
include
IFS
SPIFFS
SPIFFS/Error.h
Go to the documentation of this file.
1
23
#pragma once
24
25
#include "../Types.h"
26
27
namespace
IFS
28
{
29
namespace
SPIFFS
30
{
31
inline
bool
isSpiffsError
(
int
err)
32
{
33
return
err <= -10000;
34
}
35
36
String
spiffsErrorToStr
(
int
err);
37
}
// namespace SPIFFS
38
}
// namespace IFS
IFS::SPIFFS::spiffsErrorToStr
String spiffsErrorToStr(int err)
String
The String class.
Definition:
WString.h:136
IFS::SPIFFS::isSpiffsError
bool isSpiffsError(int err)
Definition:
SPIFFS/Error.h:31
IFS
Definition:
DirectoryTemplate.h:36
Generated by
1.8.13