kHttpFormatException property

M4eServerException kHttpFormatException
final

Implementation

static final kHttpFormatException = M4eServerException(
  code: M4eExceptionCode.kHttpFormatException,
  message: 'A format exception has occured!',
)