GotrueError constructor

GotrueError(
  1. String message, {
  2. String? statusCode,
})

Implementation

GotrueError(
  this.message, {
  this.statusCode,
});