ReservedCacheNodeAlreadyExistsFault constructor
Implementation
ReservedCacheNodeAlreadyExistsFault({String? type, String? message})
: super(
type: type,
code: 'ReservedCacheNodeAlreadyExistsFault',
message: message);