CSOMError constructor

CSOMError(
  1. int code,
  2. String? message
)

Implementation

CSOMError(this.code, this.message);