error static method

DynamicValue error(
  1. ErrorCode errorCode
)

Implementation

static DynamicValue error(ErrorCode errorCode) {
  return DynamicValue.error(errorCode);
}