File Size v3.0.1 FileSize.ParseError exception View Source

An exception that raises when a value could not be parsed into a file size.

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %FileSize.ParseError{
  __exception__: term(),
  reason: atom(),
  value: any()
}