Methods
(static) validate(options) → {Promise.<undefined>}
    Validates the given configuration.
    Parameters:
| Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options | 
            
            object | 
                Properties
  | 
        
Throws:
- 
        Rejects with a ValidationError when the validation fails.
 
Returns:
    Returns a Promise that resolves when the validation succeeds
- Type
 - Promise.<undefined>