1.5. exceptions

exception fitdecode.exceptions.FitError
exception fitdecode.exceptions.FitHeaderError
exception fitdecode.exceptions.FitCRCError
exception fitdecode.exceptions.FitEOFError(expected, got, offset, message='')
expected

number of expected bytes

got

number of bytes read

offset

the file offset from which reading took place

exception fitdecode.exceptions.FitParseError(offset, message='')
offset

the file offset from which reading took place