mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
Change comment for compliance (#145)
This commit is contained in:
@@ -74,7 +74,7 @@ namespace Microsoft.SqlTools.ServiceLayer.Credentials
|
|||||||
ErrSecSuccess = 0, /* No error. */
|
ErrSecSuccess = 0, /* No error. */
|
||||||
ErrSecUnimplemented = -4, /* Function or operation not implemented. */
|
ErrSecUnimplemented = -4, /* Function or operation not implemented. */
|
||||||
ErrSecDskFull = -34,
|
ErrSecDskFull = -34,
|
||||||
ErrSecIO = -36, /*I/O error (bummers)*/
|
ErrSecIO = -36, /*I/O error*/
|
||||||
|
|
||||||
ErrSecParam = -50, /* One or more parameters passed to a function were not valid. */
|
ErrSecParam = -50, /* One or more parameters passed to a function were not valid. */
|
||||||
ErrSecWrPerm = -61, /* write permissions error*/
|
ErrSecWrPerm = -61, /* write permissions error*/
|
||||||
|
|||||||
Reference in New Issue
Block a user