(side)
| 1886 | return this[side]; |
| 1887 | }, |
| 1888 | errorBySide(side) { |
| 1889 | return this.errors[side]; |
| 1890 | }, |
| 1891 | attachmentErrorBySide(side) { |
| 1892 | return this.attachmentErrors[side]; |
| 1893 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected