AppwriteException constructor

AppwriteException([
  1. String? message = "",
  2. int? code,
  3. String? type,
  4. dynamic response,
])

Implementation

AppwriteException([this.message = "", this.code, this.type, this.response]);