TicketV2/ErrorEnums/Task/task-info.yaml (39 lines of code) (raw):

type: edu files: - name: src/lib.rs visible: true placeholders: - offset: 245 length: 16 placeholder_text: /* TODO */ - offset: 288 length: 48 placeholder_text: /* TODO */ - offset: 701 length: 320 placeholder_text: /* TODO */ - offset: 1453 length: 107 placeholder_text: |- /* TODO */ return Err("Title cannot be empty".to_string()); - offset: 1613 length: 122 placeholder_text: |- /* TODO */ return Err("Title cannot be longer than 50 bytes".to_string()); - offset: 1794 length: 119 placeholder_text: |- /* TODO */ return Err("Description cannot be empty".to_string()); - offset: 1973 length: 135 placeholder_text: |- /* TODO */ return Err("Description cannot be longer than 500 bytes".to_string()); - name: Cargo.toml visible: false - name: tests/tests.rs visible: false propagatable: false