Start Back Next End
  
ZBasic System Library
ZBasic Microcontrollers
14
File.Error
Type
Function returning Long
Invocation
File.Error()
Discussion
After some other SPIFFS function is called that returns an error indication, calling this function will return
the specific error code indicating the nature of the problem.  A list of the error codes can be found in the
SPIFFS source code file "spiffs.h".
Previous page Top Next page