getCode method

String getCode()

Gets the error code.

Returns the error code

Implementation

String getCode() {
  return _code!;
}