getErrors: function () {
            return $.when.apply( $, this.getAllFields().map( ( fieldLayout ) => {
                // return errors if field has them, empty array (no errors) otherwise
                if ( fieldLayout.fieldWidget.getErrors ) {
                    return fieldLayout.fieldWidget.getErrors();