Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ public enum StandardErrorCode
MISSING_PATH_NAME(128, USER_ERROR),
INVALID_PLAN(129, USER_ERROR),
INVALID_VIEW_PROPERTY(130, USER_ERROR),
INVALID_ENTITY_KIND(131, USER_ERROR),
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add StandardErrorCode.ILLEGAL_ENTITY_KIND

The commit message is wrong though it's too late.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is wrong with the commit message?

Copy link
Copy Markdown
Member

@ebyhr ebyhr Aug 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The commit added INVALID_ENTITY_KIND, not ILLEGAL_ENTITY_KIND.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The commit message says "illegal" while the error code const says "invalid". I guess that what's Yuya meant

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't notice that and it's my fault


GENERIC_INTERNAL_ERROR(65536, INTERNAL_ERROR),
TOO_MANY_REQUESTS_FAILED(65537, INTERNAL_ERROR),
Expand Down