ResourceError constructor
ResourceError({
- FleetErrorCode? errorCode,
- String? errorMessage,
- DateTime? errorTimestamp,
Implementation
ResourceError({
this.errorCode,
this.errorMessage,
this.errorTimestamp,
});