Alias type wrapper for file-system errors represented by File.Error.
File.Error
@type t() :: %File.Error{ __exception__: true, action: term(), path: term(), reason: term() }