UploadFileHandlerResult
UploadFileHandlerResult
Section titled “UploadFileHandlerResult”Parameters
Section titled “Parameters”isUploaded required boolean
Returns true when the file has been successfully uploaded.
id optional string
Returns the id of the file.
bucketId optional string
Returns the bucket id.
name optional string
Returns the name of the file.
isError required boolean
@returns
true if an error occurred
@depreacted
use !isSuccess or !!error instead
error required null | StorageErrorPayload
Provides details about the error