Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Vasilev Artem Evgenyevich
assignment-3-image-transform
Commits
63267d22
Commit
63267d22
authored
5 months ago
by
Vasilev Artem Evgenyevich
Browse files
Options
Download
Email Patches
Plain Diff
Update errors.h
parent
b7373e56
Pipeline
#98410
failed with stages
in 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
solution/src/headers/errors.h
solution/src/headers/errors.h
+4
-4
No files found.
solution/src/headers/errors.h
View file @
63267d22
#ifndef ERRORS_H
#define ERRORS_H
enum
write_status
{
enum
write_status
{
WRITE_OK
=
0
,
WRITE_HEADER_ERROR
,
WRITE_ERROR
...
...
@@ -14,14 +14,14 @@ enum read_status {
READ_INVALID_HEADER
,
MEMORY_ALLOCATION_ERROR
,
READ_BIT_COUNT_ERROR
};
};
enum
open_status
{
enum
open_status
{
OPEN_OK
=
0
,
OPEN_ERROR
};
enum
close_status
{
enum
close_status
{
CLOSE_OK
=
0
,
CLOSE_ERROR
};
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help