getErrorCode abstract method

int getErrorCode({
  1. Exception? e,
})

Returns custom error code Must be overriden by children

Implementation

int getErrorCode({Exception? e});