()
| 28 | maxBytes: Schema.Number, |
| 29 | }) { |
| 30 | override get message() { |
| 31 | return `Image ${this.resource} is ${this.width}x${this.height} with base64 size ${this.bytes}, exceeding configured limits ${this.maxWidth}x${this.maxHeight}/${this.maxBytes} bytes` |
| 32 | } |
| 33 | } |
| 34 | |
| 35 | export interface Interface { |
no outgoing calls
no test coverage detected