-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PR review for error messages #22
base: eni
Are you sure you want to change the base?
Conversation
Signed-off-by: Sameer Shaikh <[email protected]> ENI support Signed-off-by: Sameer Shaikh <[email protected]> ENI support Signed-off-by: Sameer Shaikh <[email protected]> ENI support Signed-off-by: Sameer Shaikh <[email protected]> ENI support Signed-off-by: Sameer Shaikh <[email protected]> ENI support Signed-off-by: Sameer Shaikh <[email protected]> ENI support Signed-off-by: Sameer Shaikh <[email protected]> ENI support Signed-off-by: Sameer Shaikh <[email protected]> ENI support Signed-off-by: Sameer Shaikh <[email protected]> ENI support Signed-off-by: Sameer Shaikh <[email protected]> ENI support Signed-off-by: Sameer Shaikh <[email protected]> ENI support Signed-off-by: Sameer Shaikh <[email protected]> PrimaryIP support Signed-off-by: Sameer Shaikh <[email protected]> Review comments Signed-off-by: Sameer Shaikh <[email protected]> Review comments Signed-off-by: Sameer Shaikh <[email protected]> Review comments Signed-off-by: Sameer Shaikh <[email protected]> Review comments Signed-off-by: Sameer Shaikh <[email protected]> Review comments Signed-off-by: Sameer Shaikh <[email protected]> Review comments Signed-off-by: Sameer Shaikh <[email protected]> Review comments Signed-off-by: Sameer Shaikh <[email protected]> Review comments Signed-off-by: Sameer Shaikh <[email protected]> Review Comments Signed-off-by: Sameer Shaikh <[email protected]> Review Comments Signed-off-by: Sameer Shaikh <[email protected]> Review Comments Signed-off-by: Sameer Shaikh <[email protected]> Review Comments Signed-off-by: Sameer Shaikh <[email protected]> Review Comments Signed-off-by: Sameer Shaikh <[email protected]> Review Comments Signed-off-by: Sameer Shaikh <[email protected]> Review Comments Signed-off-by: Sameer Shaikh <[email protected]> Review Comments Signed-off-by: Sameer Shaikh <[email protected]> Review Comments Signed-off-by: Sameer Shaikh <[email protected]> Review Comments Signed-off-by: Sameer Shaikh <[email protected]> Rebase master Signed-off-by: Sameer Shaikh <[email protected]> Review Comments Signed-off-by: Sameer Shaikh <[email protected]> Review Comments Signed-off-by: Sameer Shaikh <[email protected]> Adding support for GetSecurityGroupByName Signed-off-by: Sameer Shaikh <[email protected]> Adding support for GetSecurityGroupByName Signed-off-by: Sameer Shaikh <[email protected]> Adding support for GetSecurityGroupByName Signed-off-by: Sameer Shaikh <[email protected]> Adding support for GetSecurityGroupByName Signed-off-by: Sameer Shaikh <[email protected]> Adding support for GetSecurityGroupByName Signed-off-by: Sameer Shaikh <[email protected]> Adding support for GetSecurityGroupByName
Signed-off-by: Sameer Shaikh <[email protected]>
Signed-off-by: Sameer Shaikh <[email protected]>
Signed-off-by: Sameer Shaikh <[email protected]>
Signed-off-by: Sameer Shaikh <[email protected]>
Signed-off-by: Sameer Shaikh <[email protected]>
Signed-off-by: Sameer Shaikh <[email protected]>
Signed-off-by: Sameer Shaikh <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sameshai Couple if comments on PR: https://github.com/IBM/ibmcloud-volume-file-vpc/pull/15/files
- Make the errorCodes homogeneous . Please use if
SubnetFine*
,SubnetList*
as we are usingVolume*Action*
in other places. - For
ListSubnetsFailed
andListSecurityGroupsFailed
, why are we returning 500, is this the only applicable error code.. is it possible that users will not have access or its forbidden action, can you confirm. - Could you rephrase the below errors, they are bit ambiguous to me.
-
Description: "A subnet with the specified zone '%s' and available cluster subnet list '%s' could not be found.",
-> instead ofand available cluster
, can we havein cluster subnet list
-
"A securityGroup with the specified cluster securityGroup name '%s' could not be found.",
-> Its confusing if %s represents cluster name or security group name
- The names for these errorCodes are too long can we shorten/simplify them.
- SecurityGroupFindFailedWithVPCAndSecurityGroupName
- SubnetFindFailedWithZoneAndSubnetID
We can have webex if needed.
@skorati uploaded the changes as part of https://github.com/IBM/ibmcloud-volume-file-vpc/pull/25/files |
No description provided.